aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Fix errorsEdvard Thörnros2021-01-18
|
* Remove typer.rsEdvard Thörnros2021-01-18
|
* Typecheck all blocksEdvard Thörnros2021-01-18
|
* move some tests to strings and test_multiple!Gustav Sörnäs2021-01-16
|
* export macros and test typecheckGustav Sörnäs2021-01-15
|
* Start of typesystemEdvard Thörnros2021-01-15
| | | | | | | | | There's a type system, that kinda works There needs to be better parsing of types, since not all types are currently parsable. Some of them are, and the simple stuff works! :D
* Pass printing as an argumentEdvard Thörnros2021-01-14
|
* Add functionsEdvard Thörnros2021-01-14
|
* test for-loops and scope loop variablesGustav Sörnäs2021-01-12
|
* vm takes &BlockGustav Sörnäs2021-01-12
|
* move most of main to lib.rsGustav Sörnäs2021-01-12