Intermediate commit. Remove type restrictions.

Code gen is very broken
This commit is contained in:
2018-07-27 00:06:33 -07:00
parent 3853d212b9
commit 23f95fe68c
8 changed files with 196 additions and 76 deletions

View File

@@ -5,7 +5,6 @@ module Chalk
config = Config.parse!
exit unless config.validate!
generator = CodeGenerator.new (Table.new)
compiler = Compiler.new config
compiler.run
end