summaryrefslogtreecommitdiff
path: root/include/wabt/wast-lexer.h
Commit message (Expand)AuthorAgeFilesLines
* Improve lexing and parsing of invalid annotations (again) (#2166)Keith Winstein2023-03-101-1/+1
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-2/+1
* Prefer `constexpr` over `static const`. NFC (#2065)Sam Clegg2022-11-151-1/+1
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-6/+12
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-4/+8
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+108