aboutsummaryrefslogtreecommitdiff
path: root/examples/random/random.tm
AgeCommit message (Collapse)Author
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-04Misc fixesBruce 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-01Rename default RNG to `random`Bruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill