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
2eaf6408552a10d3a90774864b4df15c85608898
kraken
/
include
History
Nathan Braswell
2eaf640855
In progress
2013-08-16 00:03:26 -04:00
..
GraphStructuredStack.h
Well, just before I went to bed I fixed the errors in NodeTree and GraphStructuredStack. To tackle RNGLRParser tommrow.
2013-08-08 03:06:28 -04:00
LALRParser.h
Have almost got the RNGLR recognizer. Something is wrong with the GSS, I think when it's built. It seems to sometimes have parents as children, or something.
2013-07-31 23:51: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
Have a nullableParts generator now. It works for simple cases and may work for advanced cases, but more testing is required to ensure full usability.
2013-08-13 14:01:53 -04:00
ParseAction.h
Fixed a lot of bugs. Actually gets through the entire experimental grammer. (A largeish experimental grammer for Kraken written to continue testing and to really start language development.
2013-07-10 23:50:53 -04:00
Parser.h
Fixed some problems with grammer loading of null rules and rules non-terminals and terminals that had the same name
2013-08-04 14:24:20 -04:00
ParseRule.h
Started adding the nullable parts machinery. Also started to fix addStates for RNGLR and null reductions so it only truncated the rule to what had already been parsed, but now it looks like it maybe shouldn't truncate at all and use pointer position for length. However, I have to go to bed and will pick up later.
2013-08-12 00:02:50 -04:00
RegEx.h
Fixed a lot of bugs. Actually gets through the entire experimental grammer. (A largeish experimental grammer for Kraken written to continue testing and to really start language development.
2013-07-10 23:50:53 -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
RNGLRParser.h
In progress
2013-08-16 00:03:26 -04:00
State.h
In progress
2013-08-16 00:03:26 -04:00
StringReader.h
Implemented grammer loading
2013-05-20 19:34:15 -04:00
Symbol.h
Have almost got the RNGLR recognizer. Something is wrong with the GSS, I think when it's built. It seems to sometimes have parents as children, or something.
2013-07-31 23:51:05 -04:00
Table.h
RNGLR Recognizer now works for grammers without null rules.
2013-08-02 02:47:01 -04:00
util.h
Fixed some more DOT generation stuff.
2013-08-11 01:15:26 -04:00