| Commit message (Expand) | Author | Age | Files | Lines |
* | PR for Rename sexpr-wasm binaries #100 (#102) | Kwadwo 'Que' Amankwa | 2016-09-21 | 1 | -1/+1 |
* | remove squirrel stuff | Ben Smith | 2016-09-06 | 1 | -1/+1 |
* | move cmake options to the top of the file | Ben Smith | 2016-05-03 | 1 | -6/+4 |
* | ubsan should trap on error | Ben Smith | 2016-05-02 | 1 | -1/+3 |
* | ubsan build, need to fix one bug | Ben Smith | 2016-05-02 | 1 | -2/+5 |
* | remove generation date from prebuilt re2c lexer | Ben Smith | 2016-04-28 | 1 | -1/+1 |
* | rename Lexer -> AstLexer, Parser -> AstParser | Ben Smith | 2016-04-28 | 1 | -5/+5 |
* | lex using re2c instead of flex | Ben Smith | 2016-04-21 | 1 | -8/+8 |
* | emscripten build, w/ library bindings | Ben Smith | 2016-04-17 | 1 | -2/+6 |
* | squirrel interpreter works for simple cases | Ben Smith | 2016-04-11 | 1 | -1/+1 |
* | wasm interpreter | Ben Smith | 2016-04-02 | 1 | -1/+1 |
* | add afl-fuzzing setup again to Makefile | Ben Smith | 2016-04-01 | 1 | -2/+7 |
* | clean up Makefile and CMakeLists.txt | Ben Smith | 2016-04-01 | 1 | -62/+71 |
* | rename wasm-objdump -> wasm-wast | Ben Smith | 2016-03-21 | 1 | -1/+1 |
* | rebase of a bunch of early work on binary reading | Ben Smith | 2016-03-21 | 1 | -1/+1 |
* | Add options to build without GTest submodule | Ben Smith | 2016-03-21 | 1 | -0/+2 |
* | Add options to build without GTest submodule | Ben Smith | 2016-03-21 | 1 | -1/+8 |
* | add option to build using ninja CMake generator | Ben Smith | 2016-03-20 | 1 | -6/+18 |
* | rewrite hexfloat_test w/ gtest | Ben Smith | 2016-03-19 | 1 | -3/+4 |
* | Makefile can conveniently build multiple executables | Ben Smith | 2016-03-16 | 1 | -9/+11 |
* | add back "make clean" phony target | Ben Smith | 2016-03-13 | 1 | -0/+4 |
* | build CMakeLists w/out building flex/bison | Ben Smith | 2016-03-12 | 1 | -1/+8 |
* | add 32-bit build for gcc | Ben Smith | 2016-03-12 | 1 | -1/+6 |
* | make --no-print-directory is less verbose | Ben Smith | 2016-03-12 | 1 | -2/+2 |
* | move prebuild flex/bison to src/prebuilt | Ben Smith | 2016-03-12 | 1 | -0/+10 |
* | update README, add test-everything to Makefile | Ben Smith | 2016-03-12 | 1 | -0/+6 |
* | CMake build works | Ben Smith | 2016-03-12 | 1 | -107/+70 |
* | add optimized build | Ben Smith | 2016-02-26 | 1 | -1/+7 |
* | rename parser -> bison-parser, lexer -> flex-lexer | Ben Smith | 2016-02-24 | 1 | -7/+7 |
* | move AST stuff to wasm-ast.{c,h} | Ben Smith | 2016-02-24 | 1 | -1/+2 |
* | implement stack allocator, WasmAllocator interface | Ben Smith | 2016-02-24 | 1 | -1/+1 |
* | [fuzz] add fuzz build, and gcc fixes so it builds | Ben Smith | 2016-02-14 | 1 | -0/+18 |
* | use hash tables for bindings | Ben Smith | 2016-02-13 | 1 | -1/+1 |
* | refactor Makefile to use macro | Ben Smith | 2016-01-06 | 1 | -35/+44 |
* | add license header to sources | Ben Smith | 2016-01-05 | 1 | -0/+16 |
* | remove trailing slash from "out" in Makefile | Ben Smith | 2015-12-24 | 1 | -1/+1 |
* | use wasm_ prefix instead of yy in bison/flex | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | destroy script before exiting | Ben Smith | 2015-12-03 | 1 | -2/+2 |
* | rename WasmBinaryWriter -> WasmWriter, and move | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | WIP code for writing v8-native binary | Ben Smith | 2015-12-03 | 1 | -1/+2 |
* | check AST | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | move vector stuff to wasm-vector.{c,h} | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | remove wasm-lexer.h | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | fix clang build | Ben Smith | 2015-12-03 | 1 | -7/+5 |
* | move main function to sexpr-wasm.c | Ben Smith | 2015-12-03 | 1 | -12/+3 |
* | rename wasm-tokens.h -> wasm2.h, fix parser deps | Ben Smith | 2015-12-03 | 1 | -3/+9 |
* | generate tokens from bison | Ben Smith | 2015-12-03 | 1 | -3/+6 |
* | lexer using flex | Ben Smith | 2015-12-03 | 1 | -1/+7 |
* | rename hash.* -> wasm-keywords.* | Ben Smith | 2015-10-05 | 1 | -1/+1 |
* | add test-everything make target | Ben Smith | 2015-09-25 | 1 | -0/+3 |