Experimental JS prototype of a programmable 3x5 card concept. Currently fleshing out a JS implementation of more-or-less TCL
Go to file
Tangent Wantwight 56d7826aad Add deps for esbuild + jest 2023-08-04 23:48:50 -04:00
.gitignore Add deps for esbuild + jest 2023-08-04 23:48:50 -04:00
3x5.js Fix handling text-after-closing-brace and trailing command whitespace 2023-08-04 15:52:50 -04:00
helpers.js First step to rendering script: preprocess global escapes 2023-07-26 22:14:16 -04:00
index.html factor out helpers for PEG parsing 2023-07-29 00:26:29 -04:00
jsconfig.json Report parse error position 2023-08-04 00:18:17 -04:00
notcl.js Rereorganize grammar for better feedback 2023-08-04 23:29:53 -04:00
package.json Add deps for esbuild + jest 2023-08-04 23:48:50 -04:00
peg.js Attempt to merge applicable multiple expecteds at the same spot. 2023-08-04 20:28:26 -04:00
prototype-3x5.code-workspace Tweak project strategy 2023-07-22 00:18:20 -04:00