Commit Graph

5 Commits (lambda)

Author SHA1 Message Date
wackbyte 37fd7bc9e1 add another lambda example 2022-04-18 20:04:04 -04:00
wackbyte c69216082e add lambdas (λ) and brainfuck lambdas (bfλ) 2022-04-18 19:57:28 -04:00
Erin 152c5c0f88 replaced if with unless 2022-04-18 21:42:26 +02:00
Erin e3d49c9c1f Changed variable declaration / assignment and equals syntax:
- `dim <ident> [value];` is now used for declaration
- `<value> =: <assignable>` is used for assignments
- As token `=` doesn't cause any ambiguity now, it can be used for equals operation
2022-04-18 20:34:08 +02:00
Erin dbbe46fa5e Renamed dir 2022-03-01 22:17:01 +01:00