Releases: andrew-johnson-4/lambda-mountain
Releases · andrew-johnson-4/lambda-mountain
1.19.2
Features:
- establish an ordered lookup of library paths instead of requiring direct file paths
1.19.1
Features:
- main function is no longer required
1.19.0
Features:
- Basic support for importing C header files and source files
import stdlib.h;
- LSTS frontend
import test.lsts;
1.18.13
Features:
- All c dependencies are explicitly imported.
- Implicit declarations are deprecated.
1.18.12
Features:
- C stdlib parsing is working well enough to work on my computer and Github actions
import stdlib.h;
just works
1.18.11
Features:
- c parser is mostly working
- now just need to generate FFI symbols.
1.18.10
Features:
- Added tokenization for the LSTS frontend
1.18.9
Features:
- C Tokenization
1.18.8
Features:
- C Preprocess now reads in .h and .c files for further processing.
1.18.7
Features:
- execvp