A programming language for rapid application development
Find a file
Sam Vervaeck a1304e177d Major update to code
- Many small fixes to parser and scanner
 - Extended type checking algorithm for existing nodes
 - Add partial support for module definitions and records
 - Add an evaluator
 - Prepare for new version of macro system
2020-02-26 18:53:28 +01:00
src Major update to code 2020-02-26 18:53:28 +01:00
test Add first draft of Parser and Expander 2020-02-25 12:26:21 +01:00
.gitignore Add a very naive compiler 2020-02-25 17:55:17 +01:00
package-lock.json Major update to code 2020-02-26 18:53:28 +01:00
package.json Major update to code 2020-02-26 18:53:28 +01:00
tsconfig.json Enable source-map-support 2020-02-24 18:35:28 +01:00