From b56562693a88f88e7c290de9e1dc18d96a0da792 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 2 Jan 2017 14:03:55 -0800 Subject: Include a native entry point for parsing Boot source files, and for transpiling to Lisp. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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 * lisp/core.lisp.in ($NativeModulePrefix): Define and export. -- cgit v1.2.3