Experimental JS prototype of a programmable 3x5 card concept. Currently fleshing out a JS implementation of more-or-less TCL
Find a file
Tangent Wantwight 119933b9b6 Disallow ] in toplevel bare words, not just in command substitutions
Rationale: This differs from Tcl syntax, but means it's possible to recover a word knowing just its location in the source, without needing the surrounding context.
2023-11-20 16:45:13 -05:00
src Disallow ] in toplevel bare words, not just in command substitutions 2023-11-20 16:45:13 -05:00
.gitignore Add deps for esbuild + jest 2023-08-04 23:48:50 -04:00
index.html Port to TS 2023-08-05 01:09:33 -04:00
jest.config.js Init Jest 2023-08-06 02:38:22 -04:00
package.json Init Jest 2023-08-06 02:38:22 -04:00
prototype-3x5.code-workspace Add some more IDE automation 2023-10-18 19:56:51 -04:00
TODO Update plan 2023-11-18 13:40:22 -05:00
tsconfig.json Remove one warning from tests 2023-08-26 01:16:43 -04:00