Block a user
88d9e3b2e3
Remove loop-based gons, leaving only recursive
1c85f920f2
Update to reflect changes in Prelude
5ed314de15
update prelude docs
ee09b9f208
random works on tuples
a7fcad18a6
0.1.35
58dc94ce7e
0.1.34
7aedbc18d6
build
Fix validation error on attempting rebind in function arguments
let size = 100
let sides = 4
let petals = 50
fn ngon! (sides, size) -> {
repeat sides {
fd! (size)
rt! (inv (sides))
}
}
=== === === Run 24
Validation…
Fix validation error on attempting rebind in function arguments
e4f70dde42
Use chumsky::recursive::Recursive in place of fn recursive
1b9f1d56bc
Fix Stream::from_iter call
01a052f37a
Merge remote-tracking branch 'refs/remotes/origin/main'
4f119ec4f4
lots of work, not in working state
b49e4b28fe
gitignore
7829f739fc
lexing?
stdlib should have a string->number parser function