|
087355502d
|
A few more RBE things
|
2023-10-19 11:08:38 -04:00 |
|
|
0e6448df23
|
Remove the example mix project
|
2023-10-08 12:50:13 -04:00 |
|
|
4da817996d
|
Doing an example mix project
|
2023-10-08 12:49:42 -04:00 |
|
|
7e0aa3b86b
|
fn closures in RBE
|
2023-10-01 06:01:54 -04:00 |
|
|
aa83db6f7a
|
fn closure in RBE
|
2023-09-30 20:17:22 -04:00 |
|
|
9d4f5b661b
|
Up through fn methods in RBE
|
2023-09-30 20:05:41 -04:00 |
|
|
b94fb3b31e
|
Remaining flow control in RBE
|
2023-09-30 19:51:09 -04:00 |
|
|
dacbddca6e
|
Some if-let in RBE
|
2023-09-30 19:39:55 -04:00 |
|
|
6e50ec65f8
|
Flow control match binding in RBE
|
2023-09-29 16:52:18 -04:00 |
|
|
ca812add16
|
Much more flow control destructuring in RBE
|
2023-09-27 23:16:10 -04:00 |
|
|
460741740b
|
Flow control for in RBE
|
2023-09-26 11:03:55 -04:00 |
|
|
7204f08177
|
Expressions and starting flow control in RBE
|
2023-09-26 06:43:22 -04:00 |
|
|
505e04613f
|
Up through conversion in RBE
|
2023-09-26 06:07:51 -04:00 |
|
|
7f4f627769
|
Much renaming and refreshing of RBE
|
2023-09-24 20:46:41 -04:00 |
|
|
dc8045a20e
|
Trivial goop while refreshing on RBE
|
2023-09-24 10:57:16 -04:00 |
|
|
41f53c34c0
|
Making some arduino-shaped messes
|
2023-01-07 18:44:31 -05:00 |
|
|
6c0083e094
|
Sudoku through the end of chapter 8
|
2022-11-26 16:09:32 -05:00 |
|
|
7f2f579241
|
Sudoku up through chapter 7
|
2022-11-26 09:42:41 -05:00 |
|
|
7d2ac20ce1
|
Beginning of sudoku chapter 7 with SDM loading
|
2022-11-25 15:37:57 -05:00 |
|
|
8f38a3b271
|
Sudoku up through chapter 5
|
2022-11-25 12:20:01 -05:00 |
|
|
96f5f85a27
|
Piston Sudoku up through 3rd chapter
|
2022-11-24 18:56:18 -05:00 |
|
|
6cf80e09b1
|
Piston tutorial getting started woop!
|
2022-11-24 18:25:07 -05:00 |
|
|
30ed115ed0
|
Moving argh to separate repo
|
2022-06-06 18:50:25 -04:00 |
|
|
8376608a1e
|
Merge pull request 'arghing' (#1) from arghing into main
Reviewed-on: #1
|
2022-06-06 22:44:24 +00:00 |
|
|
3de96b813f
|
Making more messes with parser config
|
2022-06-04 17:38:24 -04:00 |
|
|
a73acedc6d
|
Minor tracing tweaks
|
2022-06-03 23:12:53 -04:00 |
|
|
92e3d6fe5b
|
Support persistent flags
|
2022-05-31 08:24:58 -04:00 |
|
|
395006cdb8
|
Renaming some error list bits & testing windows-like
|
2022-05-29 21:12:57 -04:00 |
|
|
622d47071a
|
Rename second parser attempt
|
2022-05-29 19:16:13 -04:00 |
|
|
1452d544bb
|
Dropping previous parser attempt
|
2022-05-29 19:10:16 -04:00 |
|
|
56c6a8cf09
|
Handle remaining skipped cases
|
2022-05-29 19:04:31 -04:00 |
|
|
cc29386cee
|
Use parser2 in querier tests
|
2022-05-27 08:22:07 -04:00 |
|
|
95453bf197
|
Retain literals that are values
|
2022-05-27 08:11:31 -04:00 |
|
|
a6526af6ff
|
Implement value capture for last compound short flag
|
2022-05-25 22:34:32 -04:00 |
|
|
3ea30a997a
|
Implementing value capture for short flags
and ensuring all unknown ident/stdin nodes are retained
|
2022-05-25 22:24:12 -04:00 |
|
|
03edacc8ec
|
Implementing long flag values in parser2
|
2022-05-25 21:55:16 -04:00 |
|
|
d1ffbe25a3
|
Do AST better maybe?
|
2022-05-22 21:43:02 -04:00 |
|
|
dc3a40b19d
|
Continuing the work with parser that's more like go/parser
|
2022-05-22 20:49:11 -04:00 |
|
|
f2e0de1b66
|
Making a mess with a parser that works more like go/parser
|
2022-05-22 08:47:45 -04:00 |
|
|
58842504c4
|
Minor bits while giving up (for now?) on command context
|
2022-05-18 22:19:53 -04:00 |
|
|
1080737931
|
Work on separate querier + cleanups
|
2022-05-18 20:15:31 -04:00 |
|
|
de6e907c60
|
Handle bare assignments as syntax error + NValue rework
|
2022-05-16 08:24:24 -04:00 |
|
|
9989801e62
|
Ensure program and commands can also receive positional arg values
|
2022-05-15 20:55:54 -04:00 |
|
|
8c280c303e
|
Handle variable count flag values
|
2022-05-15 14:22:56 -04:00 |
|
|
b2e61cd0d2
|
More fun with parser and parse tree tests
|
2022-05-14 20:58:09 -04:00 |
|
|
c15bafe55d
|
Yet more argh implementation fun
|
2022-05-13 20:58:55 -04:00 |
|
|
af7d5c6e14
|
Making a mess with command line parsing
|
2022-05-11 22:11:05 -04:00 |
|
|
512eddc1ab
|
Spleling pdf gen
|
2022-01-30 11:29:35 -05:00 |
|
|
2bc9788441
|
Spleling
|
2022-01-30 11:28:41 -05:00 |
|
|
c52d9b9563
|
More silly bits with hyrule modeling/sim
|
2022-01-27 21:25:44 -05:00 |
|