2023-11-21 03:09:02 +00:00
|
|
|
- finish event listener:
|
2023-10-16 04:14:11 +00:00
|
|
|
|
|
|
|
- card fields (vars maybe not needed yet?)
|
|
|
|
- set field command
|
2023-11-18 18:40:22 +00:00
|
|
|
- buffer output/side-effects in VM
|
2023-10-16 04:14:11 +00:00
|
|
|
- formatter helper for debug page
|
|
|
|
- unit test
|
|
|
|
- command
|
2023-11-18 18:40:22 +00:00
|
|
|
- set field inline instead of separate data???
|
2023-11-21 03:09:02 +00:00
|
|
|
- capture correct position information in script blocks
|
|
|
|
|
|
|
|
- arithmatic
|
|
|
|
|
|
|
|
- if blocks
|
2023-10-16 04:14:11 +00:00
|
|
|
|
|
|
|
- impl vars
|
|
|
|
|
|
|
|
- syntax
|
|
|
|
- interpolation
|
|
|
|
|
|
|
|
- rename peg.ts
|
|
|
|
|
2023-09-08 04:05:14 +00:00
|
|
|
- impl backslash escapes
|
|
|
|
- eval words
|
|
|
|
- subst
|
|
|
|
|
2023-11-18 18:40:22 +00:00
|
|
|
- interpolations in html blocks
|
|
|
|
|
2023-09-08 04:05:14 +00:00
|
|
|
==========================
|
|
|
|
older
|
|
|
|
==========================
|
|
|
|
|
|
|
|
- Jest testing
|
|
|
|
- endekalogue
|
|
|
|
|
|
|
|
test cases:
|
|
|
|
|
|
|
|
- intercommand whitespace, blank commands, ;;;,
|
|
|
|
- braces, nested, escaped, continued newlines, other backslashes, text-after-closing-brace
|
|
|
|
- trailing whitespace, for commands and scripts
|
|
|
|
- backslash escapes
|