|
9b485be020
|
Fix for text uppercasing in test
|
2025-03-07 16:55:48 -05:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
64143f0a13
|
Syntax overhaul (comments back to # , print statments to !! ),
using `$/.../` for patterns and using a DSL for patterns
|
2024-09-03 13:19:41 -04:00 |
|
|
f4b04a1b8c
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
|
|
c139ba2aae
|
Fix old syntax
|
2024-08-12 17:43:01 -04:00 |
|
|
d3f14cf53c
|
Support nested lambda closures
|
2024-07-14 14:13:23 -04:00 |
|
|
bf3cdc3dfa
|
Refine the parsing of blocks so it's always ':' [inline-block] [indent indented-block]
|
2024-05-23 13:09:59 -04:00 |
|
|
3c0a8f0b89
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
|
|
6c01eef851
|
Introducing the main() function
|
2024-04-12 13:09:31 -04:00 |
|
|
00d4e98ba1
|
Extra lambda test
|
2024-03-09 16:08:03 -05:00 |
|
|
b04a1b3090
|
Implement lambdas and closures
|
2024-03-09 16:03:38 -05:00 |
|
|
a13f642679
|
Tweaking tests
|
2024-03-09 14:12:15 -05:00 |
|
|
1627a913a4
|
Lambda fixes/improvements
|
2024-03-09 14:09:18 -05:00 |
|
|
dfd38cdb69
|
Simple lambda test
|
2024-03-09 14:03:42 -05:00 |
|