Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move WastLexer out of NameResolver, Validator, etc. | Ben Smith | 2018-09-04 | 1 | -2/+4 |
* | Run clang-format over all the files (#814) | Ben Smith | 2018-03-16 | 1 | -2/+2 |
* | Make more use of string_view over 'const char *' (#684) | Sam Clegg | 2017-12-02 | 1 | -4/+4 |
* | Fix potential use-after-free in WastLexer (#626) | Ben Smith | 2017-09-14 | 1 | -131/+3 |
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -4/+4 |
* | Rewrite parser as recursive descent (#591) | Ben Smith | 2017-08-15 | 1 | -22/+140 |
* | Remove StringSlice (#576) | Ben Smith | 2017-07-17 | 1 | -0/+1 |
* | Use templates instead of macros in interpreter (#564) | Ben Smith | 2017-07-14 | 1 | -1/+1 |
* | Modify lexer to look past parenthesis when needed for conflicts. (#506) | KarlSchimpf | 2017-06-17 | 1 | -1/+18 |
* | Cleanup Lexer (#466) | Ben Smith | 2017-06-02 | 1 | -38/+40 |
* | Rename all occurences of AST (#413) | Ben Smith | 2017-05-04 | 1 | -0/+70 |