diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-02 14:03:55 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-02 14:03:55 -0800 |
commit | b56562693a88f88e7c290de9e1dc18d96a0da792 (patch) | |
tree | 63944417087417292c9d3e41972fa7ac89dea0bc /src/ChangeLog | |
parent | 2bd3cc876cc90b8e28e0e8d88a5982f69729f867 (diff) | |
download | open-axiom-b56562693a88f88e7c290de9e1dc18d96a0da792.tar.gz |
Include a native entry point for parsing Boot source files, and for
transpiling to Lisp.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab2df6a9..b1302e3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2017-01-02 Gabriel Dos Reis <gdr@axiomatics.org> + + * lib/Makefile.in (core_SOURCES): Include files for IO, + tokenization, and parsing. + * include/open-axiom/Parser (boot_to_lisp): New exported entry point. + * boot/Makefile.am (bemol_LDADD): Add libopen-axiom-core + * include/open-axiom/dialect: Add documentation. + * syntax/Parser.cxx: New. + * utils/Makefile.am (libOpenAxiom_a_SOURCES): Adjust. + 2016-12-29 Gabriel Dos Reis <gdr@axiomatics.org> * lisp/core.lisp.in ($NativeModulePrefix): Define and export. |