| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Now ast_printer can use -f to specify multiple files as input. Add
-n option to specify whether to print out file name while
interpreting.
|
|
|
|
|
|
| |
The generated lexer and parser c files were multiple megabytes which
meant that the generated shared library was also huge. With these
changes the library stripped is a little over a megabyte.
|
|
|
|
|
| |
Fixed googletest autoconf support so that giving --enable-gtest is not
required to run the tests successfully.
|
|
|
|
| |
Spirit from boost will be used to make the echo implementation simpler.
|
|
Implements echo as a builtin function.
Uses google-test+ to test the functionality of the builtin.
Adds the tests to make check in main build system.
aclocal needs the flags -I m4 to pull all project m4s in.
|