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
/
parse.c
Age
Commit message (
Expand
)
Author
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-18
Revert "Deprecate "&" for stack references"
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-11-30
Explicitly forbid nested optional types
Bruce Hill
2024-11-30
Fix parsing issue that allowed spaces around ':' for method calls
Bruce Hill
2024-11-29
Tweak serialization syntax
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-26
More permissive parsing for spaces between binops
Bruce Hill
2024-11-26
Permit spaces before indexes
Bruce Hill
2024-11-25
Tweaks to NONE parsing and tests
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-17
Be more permissive around indentation between infix operators
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-17
Add 'unless' as an alias for 'if not'
Bruce Hill
2024-11-08
Improve reductions so they work better nested and also have bespoke code
Bruce Hill
2024-11-07
Bugfix for parsing empty method call names
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Add some missing functionality for Bytes
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add unsigned integer shifts
Bruce Hill
2024-11-03
Fix error message
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Bugfix for `1e-2-3`
Bruce Hill
2024-10-09
Get rid of `fn:func(Int,Num)` syntax (unnamed arguments)
Bruce Hill
2024-10-08
Better message
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
2024-09-30
Add datetime literal and tests
Bruce Hill
2024-09-28
Fix parsing of REPL code
Bruce Hill
2024-09-27
Simplify code by making `name := use ...` a Use AST instead of a Declare
Bruce Hill
2024-09-23
Convert used URLs to hashes
Bruce Hill
2024-09-18
Support `use`ing .c files and .S files (assembly)
Bruce Hill
2024-09-18
Support `use "foo.h"`
Bruce Hill
2024-09-18
Clean up parser forward declarations
Bruce Hill
2024-09-18
Deprecate dead code
Bruce Hill
2024-09-18
Deprecate linker directives
Bruce Hill
2024-09-18
Code cleanup
Bruce Hill
2024-09-18
Clean up some dead code
Bruce Hill
2024-09-16
Bugfix for string escaping in printouts
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
[next]