summaryrefslogtreecommitdiff
path: root/src/wast-lexer.h
Commit message (Expand)AuthorAgeFilesLines
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-2/+4
* Run clang-format over all the files (#814)Ben Smith2018-03-161-2/+2
* Make more use of string_view over 'const char *' (#684)Sam Clegg2017-12-021-4/+4
* Fix potential use-after-free in WastLexer (#626)Ben Smith2017-09-141-131/+3
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-4/+4
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-22/+140
* Remove StringSlice (#576)Ben Smith2017-07-171-0/+1
* Use templates instead of macros in interpreter (#564)Ben Smith2017-07-141-1/+1
* Modify lexer to look past parenthesis when needed for conflicts. (#506)KarlSchimpf2017-06-171-1/+18
* Cleanup Lexer (#466)Ben Smith2017-06-021-38/+40
* Rename all occurences of AST (#413)Ben Smith2017-05-041-0/+70