Add fate code pretty printer. Add symbol table to binary. Add tests of rundtrip serialization and deserialization.

This commit is contained in:
Erik Stenman
2019-02-23 22:13:19 +01:00
parent 7e26912bf9
commit d04a827f05
10 changed files with 506 additions and 43 deletions
+20
View File
@@ -0,0 +1,20 @@
REBAR ?= rebar3
all: local
local:
@$(REBAR) as local release
console:
@$(REBAR) as local shell
clean:
@$(REBAR) clean
distclean: clean
@rm -rf _build/
test: local
@$(REBAR) as local eunit