summaryrefslogtreecommitdiff
path: root/src/lexer-source.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
* Remove LexerSourceFile (#1054)Ben Smith2019-04-011-79/+7
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-0/+8
* Run clang-format over all the files (#814)Ben Smith2018-03-161-3/+2
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-7/+14
* Make more use of string_view over 'const char *' (#684)Sam Clegg2017-12-021-2/+2
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Move Result to its own file (result.h) (#600)Ben Smith2017-08-291-6/+0
* Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)KarlSchimpf2017-06-281-2/+2
* Update testsuite; more lexer/parser changes (#484)Ben Smith2017-06-111-2/+2
* Cleanup Lexer (#466)Ben Smith2017-06-021-0/+131