Commit Graph

10 Commits

Author SHA1 Message Date
3406515a44 Make string escapes more normal: "\n" for newline, etc. Backticks can be
used to put in literal code without escape sequences.
2025-04-06 22:26:12 -04:00
d8afa73368 Improved inline C code: now uses C_code keyword and supports
interpolation with @
2025-04-06 21:43:19 -04:00
1d2e55f53d Allow uninitialized variables when there's a sensible empty value
(defaults to empty/zero value)
2025-04-06 19:20:07 -04:00
6782cc5570 No more colons for blocks 2025-04-06 16:07:23 -04:00
2bb2ff871f Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
59845e610f Deprecate !! print statement 2025-04-06 13:40:17 -04:00
0b8074154e First working compile of refactor to add explicit typing to declarations
and support untyped empty collections and `none`s
2025-04-04 17:06:09 -04:00
2685c4c31f Move HTML into script 2025-04-02 16:19:57 -04:00
639de3e5df Update table syntax 2025-04-02 16:18:06 -04:00
428f035d9e Add http-server example 2025-04-01 21:15:17 -04:00