Fully functional now, removing set!, set-idx!, array-with-len, and making concat a builtin. Also, added 2 fun rules to new_kraken that allow nesting of new_kraken and k_prime languages
This commit is contained in:
@@ -37,5 +37,13 @@ fun test() {
|
||||
println("post after + a b" +(a b))
|
||||
with_import "./import_test.kp":
|
||||
println("post new impot after + a b" +(a b))
|
||||
println("We're back baby" \(+ 1 13
|
||||
(do
|
||||
(println "hahaha" 'a \{
|
||||
let a = 75
|
||||
let b = 75
|
||||
println("Inside hahaha more HAHAHAA " +(1 2 a b))
|
||||
"Inside Result"
|
||||
}) 4)))
|
||||
}
|
||||
println("Test result is" test())
|
||||
|
||||
Reference in New Issue
Block a user