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
190
Commits
2
Branches
0
Tags
5dcb5ba02a53266624cde02a2004a51fab639fc9
Commit Graph
3 Commits
Author
SHA1
Message
Date
Jason Orendorff
64a405cab1
Replace some code in StringReader::getTokens() with std::string::find_first_of(). Since this makes found_pos unsigned, a few comparisons involving found_pos must be adjusted (unsigned integers are always >= 0).
2013-10-25 02:26:31 -07:00
Jason Orendorff
08baae465a
Add unit tests for StringReader. You can run them with
./kraken --test
.
2013-10-25 02:04:22 -07:00
Nathan Braswell
d2698cf203
Implemented grammer loading
2013-05-20 19:34:15 -04:00