Fix a few parsing bugs at both levels, port some of the method demo over to new_kraken

This commit is contained in:
Nathan Braswell
2020-12-22 02:40:54 -05:00
parent 5152e1d109
commit 8d80f38f76
4 changed files with 46 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
#lang (with_import "./new_kraken.kp" new_kraken_untyped)
(println "THIS IS ININ the real real finally")
{
let my_var = 1337
(println $"this is string interpolation: $(+ 1 3 4) <- cool right? another $my_var yep even variables")
}