Christoffer Lerno
Christoffer Lerno
I'll mark this as rejected, but note that I am fullt supportive of having tests for libraries. I am also planning another feature where you can create a c3l from...
I think there is a sublime highlighting, is that one TM compatible?
@cbuttner Is this one up to date with the latest changes to the grammar?
Can we get a compiled version somewhere too?
I am confused, there are two files there and I think traditionally the grammar is just a single file. Is it the same thing in two formats?
This is now completed.
Two things: 1. If you use `c3c compile project` it is actually saying "compile all the source files in the 'project' folder'. Use `c3c build` instead. 2. If you build...
They act quite differently. `build` takes a single "target" argument, which is what target in the project.json file one wishes to compile for, e.g. `c3c build mygame-testversion`, whereas `compile` is...
There is also `compile-run` (compile files and run them), and `run` (build the target and run it)
Can I close this?