index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2024-09-04
Better enum messaging for CLI arg parsing
Bruce Hill
2024-09-04
Support parsing enums (without members)
Bruce Hill
2024-09-04
Unify parsing code to correctly handle parsing integers and numbers with
Bruce Hill
2024-09-04
Fix array CLI arguments
Bruce Hill
2024-09-04
Improve command line parsing (no more cords)
Bruce Hill
2024-09-04
Add automatic `--help` to print usage
Bruce Hill
2024-09-04
Remove unused code path for `>> f := use ./foo.tm`
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-09-04
Minor codegen cleanup
Bruce Hill
2024-09-04
Implicit filename for table getting
Bruce Hill
2024-09-04
For arrays, use implicit filename from macro
Bruce Hill
2024-09-04
Improve codegen by making test() even more concise
Bruce Hill
2024-09-04
Don't put __SOURCE_FILE__ in header
Bruce Hill
2024-09-04
Clean up codegen so $Foo"..." comes out as foo$Foo("...") instead of
Bruce Hill
2024-09-03
Minor codegen cleanup Texts(...)
Bruce Hill
2024-09-03
Improve codegen for doctests a little bit by using __SOURCE_FILE__ macro
Bruce Hill
2024-09-03
Fix up CLI parsing
Bruce Hill
2024-09-03
Support literal Text("blah") for text that is constant ASCII strings
Bruce Hill
2024-09-03
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-09-02
Bugfix for hex escapes adjacent to hex-like characters
Bruce Hill
2024-09-02
Fixing string methods
Bruce Hill
2024-09-02
Auto promote to C String from Text
Bruce Hill
2024-09-02
Bugfix some text replacement things
Bruce Hill
2024-09-02
Fix up some integer and print statement stuff
Bruce Hill
2024-09-02
Fix enums/structs
Bruce Hill
2024-09-02
Bugfix
Bruce Hill
2024-09-02
Fix some stuff
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-23
Bugfix for say() when length is >512, and added back the `newline`
Bruce Hill
2024-08-23
Bugfix for parsing ints
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-21
Variables can no longer hold function pointers, only closure_t's. This
Bruce Hill
2024-08-20
Bugfix some copy-on-write cases for when pointers are automatically
Bruce Hill
2024-08-20
Remove unused parameter and add some docs on arrays
Bruce Hill
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-19
Support DSL constructor working on DSL itself
Bruce Hill
2024-08-19
Restructure things so that DSL constructors do proper escaping
Bruce Hill
2024-08-19
Clean up codegen for strings that are just a single interpolated value
Bruce Hill
2024-08-19
Support demoting int literals
Bruce Hill
2024-08-19
Fix some numeric precision issues with how nums are printed
Bruce Hill
2024-08-19
Fix precision of compiled numbers
Bruce Hill
2024-08-19
Make sure imported/used modules are initialized properly
Bruce Hill
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-18
Add Channel:peek()
Bruce Hill
2024-08-18
Rename push/pop to give/get, since it's not stack-ordered
Bruce Hill
2024-08-18
Add array:first(predicate:func(x:&T)->Bool)->@%T?
Bruce Hill
2024-08-18
Add `enum.tag` as a way to do a boolean test for whether a value has a
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Added a .length field to arrays/sets/tables, added a .max_size field to
Bruce Hill
2024-08-18
Fix array indexing
Bruce Hill
[next]