summaryrefslogtreecommitdiff
path: root/src/parsing.h
Commit message (Expand)AuthorAgeFilesLines
* Split construction, scanning, and building phases of S2WasmBuilder (#400)Derek Schuff2016-04-271-2/+2
* Fix the build with GCC 5.3.1 and Clang 3.8.0.Csaba Osztrogonác2016-03-311-2/+2
* parse nans with all due careAlon Zakai2016-02-021-2/+2
* save int bits in Literals, only bitcast to float/double on explicit requestAlon Zakai2016-02-021-21/+18
* don't accept -+ #163Alon Zakai2016-02-021-1/+5
* Use bit_cast in parseConst, avoid UBJF Bastien2016-01-281-24/+19
* Fix / uniformize include guardsJF Bastien2015-12-221-0/+5
* Fix the license headersJF Bastien2015-12-211-1/+15
* process on s2wasm, and first working testcaseAlon Zakai2015-12-101-0/+2
* refactor const parsingAlon Zakai2015-12-101-0/+151