This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
4c2fd967f0c316d9c949cfce1078296271095334
kraken
/
include
History
Nathan Braswell
4c2fd967f0
Perens now work fully! The RegEx part of Kraken should now be fully legitimate. The only problem is not gracefully letting the user know about faulty input, but that goes for all of Kraken.
2013-07-07 02:13:05 -04:00
..
Lexer.h
Lexer/RegExs now work on a very basic level. Regular expressions have not been fully implemented, but the structure is there. It creates trivial regexs that only accept a specified sequence, no actual regular expression power.
2013-07-02 01:47:42 -04:00
NodeTree.h
NodeTree now also has a link to the Symbol it represents.
2013-06-27 23:45:38 -04:00
ParseAction.h
Fixed lots of bugs, added much more sane and efficient ParseAction table instead of recalculating every time. Fixed lots of bugs and inefficencies. Some temporary hacks in the table, mostly having to do with not having an EOF Symbol yet.
2013-06-04 19:50:16 -04:00
Parser.h
Lexer/RegExs now work on a very basic level. Regular expressions have not been fully implemented, but the structure is there. It creates trivial regexs that only accept a specified sequence, no actual regular expression power.
2013-07-02 01:47:42 -04:00
ParseRule.h
Redid lookahead in a much much saner way. Now should be a legitimate parser somewhere between LALR(1) and LR(1).
2013-06-26 14:27:28 -04:00
RegEx.h
Perens now work fully! The RegEx part of Kraken should now be fully legitimate. The only problem is not gracefully letting the user know about faulty input, but that goes for all of Kraken.
2013-07-07 02:13:05 -04:00
RegExState.h
Perens now work fully! The RegEx part of Kraken should now be fully legitimate. The only problem is not gracefully letting the user know about faulty input, but that goes for all of Kraken.
2013-07-07 02:13:05 -04:00
State.h
Changed followset to work on states, fixed many bugs. Kraken now should have a fairly legitimate LALR(1) parser. (null productions have not yet been added.)
2013-06-23 05:06:38 -04:00
StringReader.h
Implemented grammer loading
2013-05-20 19:34:15 -04:00
Symbol.h
Added structure for Regular Expressions, saving work as a backup because of software upgrade.
2013-07-01 22:45:33 -04:00
util.h
Modified the NodeTree with a unique id used in construction of the DOT representation, so that two different nodes with the same name don't end up as the same on the graph.
2013-06-23 05:54:58 -04:00