Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-04-08
| ||
03:45 | syntax adjustment Leaf check-in: 558728042c user: jstrait tags: trunk | |
2023-04-02
| ||
09:29 | ` to ? for function def; :name to =name for tableconst identity key check-in: 7e9724074b user: jstrait tags: trunk | |
03:36 | table constructor init key and default param name syntax changes check-in: 241e99f0c2 user: jstrait tags: trunk | |
2023-04-01
| ||
10:45 | switch expressions and assignment check-in: d9e38ad3e1 user: jstrait tags: trunk | |
2023-03-29
| ||
19:43 | ` for function application; finish directive check-in: 4a41afcc20 user: jstrait tags: trunk | |
2023-03-27
| ||
09:21 | change back to ( for function call check-in: 4a10edc385 user: jstrait tags: trunk | |
2023-03-26
| ||
20:46 | change \ to ` function def change ( to \ for function call check-in: 4bcb1de37d user: jstrait tags: trunk | |
20:11 | Fix method calls in commands check-in: 7292f74901 user: jstrait tags: trunk | |
2023-03-24
| ||
07:46 | : for default parameters check-in: c2c5165c46 user: jstrait tags: trunk | |
06:34 | : for table constructor key check-in: 5e7a2da9a4 user: jstrait tags: trunk | |
05:07 | switching , and ; check-in: f02df3c817 user: jstrait tags: trunk | |
04:35 | switch to command syntax check-in: c9290c81d4 user: jstrait tags: trunk | |
2023-03-21
| ||
19:51 | fixed string parse check-in: be3bfc1093 user: jstrait tags: trunk | |
2023-03-13
| ||
08:12 | part of last submit check-in: 4c31e57971 user: jstrait tags: trunk | |
08:10 | change ! to ; and ? to ! check-in: 447bb61609 user: jstrait tags: trunk | |
2023-03-10
| ||
00:33 | syntax changes check-in: 88ca057961 user: jstrait tags: trunk | |
2023-02-14
| ||
08:45 | changes in strings and interpreted expressions. check-in: e5ed804442 user: jstrait tags: trunk | |
2022-12-18
| ||
22:04 | various changes and fixes check-in: 732ec4dd9e user: jstrait tags: trunk | |
2022-12-10
| ||
18:31 | return becomes &; self becomes @ check-in: 4306d04285 user: jstrait tags: trunk | |
2022-12-05
| ||
00:40 | syntax changes check-in: 2190c7566a user: jstrait tags: trunk | |
2022-11-25
| ||
19:53 | syntax changes check-in: 50ae3f76ac user: jstrait tags: trunk | |
2022-11-23
| ||
22:29 | remove shortcut syntax in for expression check-in: 8ec69bb65a user: jstrait tags: trunk | |
2022-11-21
| ||
20:46 | readding != check in function call parse check-in: 12d46d2146 user: jstrait tags: trunk | |
20:37 | remove space requirement when subtracting a negative number check-in: 98d30b49b7 user: jstrait tags: trunk | |
20:36 | remove space requirement for binary check-in: acb06d022c user: jstrait tags: trunk | |
20:15 | only allow '-' inside key name check-in: 909dc98816 user: jstrait tags: trunk | |
2022-11-20
| ||
20:51 | change comment character and expand constructor key name to allow - check-in: c521ec009f user: jstrait tags: trunk | |
2022-11-19
| ||
20:47 | change ~ to ! check-in: d4ad33608b user: jstrait tags: trunk | |
20:25 | changing ? call to ! check-in: ea75332f81 user: jstrait tags: trunk | |
20:02 | change to require surrounding spaces for binary operators check-in: ac6ae5b3d9 user: jstrait tags: trunk | |
2022-11-17
| ||
21:33 | syntax changes check-in: c6fe88b65b user: jstrait tags: trunk | |
2022-11-06
| ||
22:40 | deletion check-in: 39139a908b user: jstrait tags: trunk | |
22:39 | minor changes and renames check-in: 231fbc8963 user: jstrait tags: trunk | |
2022-10-20
| ||
04:22 | various changes check-in: d34d3fd49d user: jstrait tags: trunk | |
2022-10-10
| ||
18:27 | Change from ` to ! for 0/1 arg call check-in: 5b28691c2f user: jstrait tags: trunk | |
2022-09-18
| ||
19:54 | syntax changes check-in: 603e4f39f1 user: jstrait tags: trunk | |
2022-08-14
| ||
20:07 | format changes check-in: 905d2808f8 user: jstrait tags: trunk | |
2022-07-09
| ||
06:40 | syntax adjustments check-in: 65b4019c05 user: jstrait tags: trunk | |
2022-07-06
| ||
15:32 | documentation changes check-in: 657960c7bd user: jstrait tags: trunk | |
2022-06-26
| ||
08:00 | Empty block adjustment check-in: f8278ae21a user: jstrait tags: trunk | |
2022-06-24
| ||
16:44 | change ^ to : for table indicatior; output correctly targeted ';' for paren exp beginning statements check-in: 5243bf7a88 user: jstrait tags: trunk | |
2022-05-04
| ||
08:44 | changed % to ^ in special table constructor check-in: 98f03dc7ab user: jstrait tags: trunk | |
2022-05-03
| ||
23:14 | change @ to ^; standardize on _name_ for hidden plumbing variables; use getmetatable instead of __proto to find parent check-in: dd902aef8f user: jstrait tags: trunk | |
2022-05-02
| ||
08:04 | consolidate for control expressions to explists and adjust error checks in compile check-in: 52ac0c860d user: jstrait tags: trunk | |
2022-05-01
| ||
19:46 | no longer bare expressions in table constructor check-in: 6877c90965 user: jstrait tags: trunk | |
07:54 | fixing whitespace order error check-in: 73f708bdea user: jstrait tags: trunk | |
06:44 | Add short-cut control expression to for expression and nested for expression check-in: f3b6007760 user: jstrait tags: trunk | |
2022-04-30
| ||
10:06 | replace comprehensions with for expressions check-in: 3693ce9b8e user: jstrait tags: trunk | |
2022-04-29
| ||
06:34 | Returning back to '&' from 'return' check-in: fd4d5ce6a5 user: jstrait tags: trunk | |
2022-04-28
| ||
05:59 | restore 'return' from & check-in: 87f23a5a8d user: jstrait tags: trunk | |