Max Brunsfeld
|
1bf216b796
|
Rename next_{terminals,non_terminals} to first_set and follow_sets
This is to prepare for keeping track of lookahead symbols as part
of computing follow sets
|
2014-01-19 01:49:56 -08:00 |
|
Max Brunsfeld
|
8881214f0d
|
Separate table building operations from Item, ItemSet value objects
|
2014-01-11 16:49:57 -08:00 |
|
Max Brunsfeld
|
92cec5758f
|
Reorganize compiler directory
|
2014-01-11 15:14:17 -08:00 |
|
Max Brunsfeld
|
0985fa3008
|
Collapse rules that contain only a single token
|
2014-01-05 01:19:32 -08:00 |
|
Max Brunsfeld
|
29c81167c0
|
Remove subclasses of Symbol for terminals and non-terminals
|
2014-01-04 15:01:06 -08:00 |
|
Max Brunsfeld
|
2afd8843dc
|
Generate parse tables and code using pre-processed grammars
|
2014-01-03 22:42:05 -08:00 |
|
Max Brunsfeld
|
44745b5179
|
Start work on pre-processing grammars
|
2014-01-03 01:02:24 -08:00 |
|
Max Brunsfeld
|
f5a9fb67a4
|
Add copy method to rules
|
2014-01-02 13:04:41 -08:00 |
|
Max Brunsfeld
|
257b8d7b68
|
Update rule hash implementation
|
2013-12-30 23:52:38 -08:00 |
|
Max Brunsfeld
|
3116b457fe
|
Update some stringification methods
|
2013-12-30 23:12:19 -08:00 |
|
Max Brunsfeld
|
30315a78d2
|
Put rule transitions in LR namespace
|
2013-12-28 23:26:20 -08:00 |
|
Max Brunsfeld
|
323184f981
|
Improve type-safety of ItemSet transitions methods
|
2013-12-22 00:19:55 -08:00 |
|
Max Brunsfeld
|
9667b3fd6c
|
Refactor classes representing individual characters & character classes
|
2013-12-21 23:53:26 -08:00 |
|
Max Brunsfeld
|
8dec6c90f4
|
Add files missing from runtime specs
|
2013-12-21 13:37:27 -08:00 |
|
Max Brunsfeld
|
b3b5b8a05a
|
Remove rule-specific logic from transition map
|
2013-12-21 13:28:37 -08:00 |
|
Max Brunsfeld
|
c10bcf4fab
|
Rename rules::RuleVisitor -> Visitor
|
2013-12-20 18:03:29 -08:00 |
|
Max Brunsfeld
|
6f444fcc79
|
Consolidate logic for making shared pointers to rules
|
2013-12-20 18:03:29 -08:00 |
|
Max Brunsfeld
|
9f78d72a7c
|
Get rid of types for shared pointers to rule subclasses
|
2013-12-19 20:07:42 -08:00 |
|
Max Brunsfeld
|
b1bbeae2a1
|
Move rule transitions to visitor class
|
2013-12-18 20:58:05 -08:00 |
|
Max Brunsfeld
|
9618efd12a
|
Organize source into compiler and runtime dirs
|
2013-12-16 00:02:08 -08:00 |
|