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
84274ed1388aa6d28d2745e4b19963679adf23d2
kraken
/
include
History
Nathan Braswell
35a0677d07
Still in progress
2013-08-22 15:41:30 -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
Still in progress
2013-08-22 15:41:30 -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
Still in progress
2013-08-22 15:41:30 -04:00
State.h
Still in progress
2013-08-22 15:41:30 -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