aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-02Add acl2 lexer.developMasaya Tojo
* language/acl2/lexer.scm: New file.
2021-03-31Add acl2 parser test.Masaya Tojo
* tests/test-parse-acl2.scm: New file. * Makefile.am (TESTS): Add tests/test-parse-acl2.scm file.
2021-03-31Fix module name.Masaya Tojo
* tests/test-compile-acl2.scm: Fix module name.
2021-03-30Add tests.HEADv0.1.0masterMasaya Tojo
* tests/test-compile-acl2.scm: New file. * Makefile.am (TESTS): Add `tests/test-compile-acl2.scm` file.
2021-03-30Add boilerplate codes for create programming language.Masaya Tojo
2021-03-30Add .gitignore file.Masaya Tojo
* .gitignore: New file.
2021-03-30Change synopsis and description.Masaya Tojo
* Makefile.am, guix.scm, pre-inst-env.in README.md: Change synopsis and description.
2021-03-30Apply LGPLv3.Masaya Tojo
2021-03-30Initial commit.Masaya Tojo