Experimental JS prototype of a programmable 3x5 card concept. Currently fleshing out a JS implementation of more-or-less TCL
Find a file
2023-08-04 01:24:02 -04:00
.gitignore Stub project 2023-07-21 22:19:10 -04:00
3x5.js Output fancier error message on parse error 2023-08-04 00:26:15 -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 Add more ability to communicate what was expected in the error 2023-08-04 01:24:02 -04:00
peg.js Add more ability to communicate what was expected in the error 2023-08-04 01:24:02 -04:00
prototype-3x5.code-workspace Tweak project strategy 2023-07-22 00:18:20 -04:00