Skip to content

Releases: andrew-johnson-4/lambda-mountain

1.19.2

11 Nov 19:45
f206d9a
Compare
Choose a tag to compare

Features:

  • establish an ordered lookup of library paths instead of requiring direct file paths

1.19.1

11 Nov 05:24
Compare
Choose a tag to compare

Features:

  • main function is no longer required

1.19.0

11 Nov 04:58
dccbf66
Compare
Choose a tag to compare

Features:

  • Basic support for importing C header files and source files import stdlib.h;
  • LSTS frontend import test.lsts;

1.18.13

10 Nov 04:47
078181d
Compare
Choose a tag to compare

Features:

  • All c dependencies are explicitly imported.
  • Implicit declarations are deprecated.

1.18.12

10 Nov 01:33
Compare
Choose a tag to compare

Features:

  • C stdlib parsing is working well enough to work on my computer and Github actions
  • import stdlib.h; just works

1.18.11

09 Nov 03:59
5780a85
Compare
Choose a tag to compare

Features:

  • c parser is mostly working
  • now just need to generate FFI symbols.

1.18.10

08 Nov 04:41
a892f38
Compare
Choose a tag to compare

Features:

  • Added tokenization for the LSTS frontend

1.18.9

08 Nov 04:14
d925f5f
Compare
Choose a tag to compare

Features:

  • C Tokenization

1.18.8

07 Nov 23:02
fdbc7bb
Compare
Choose a tag to compare

Features:

  • C Preprocess now reads in .h and .c files for further processing.

1.18.7

06 Nov 23:26
a13e359
Compare
Choose a tag to compare

Features:

  • execvp