aboutsummaryrefslogtreecommitdiff
path: root/examples/http-server/http-server.tm
AgeCommit message (Collapse)Author
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
automatically downloading and installing from it.
2025-05-11Add new system for tracking versions.Bruce Hill
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Fix tcc complaintsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
used to put in literal code without escape sequences.
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
interpolation with @
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
(defaults to empty/zero value)
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-04-02Move HTML into scriptBruce Hill
2025-04-02Update table syntaxBruce Hill
2025-04-01Add http-server exampleBruce Hill