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
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
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Automatic promotion to single-argument enum tags with a unique type
Bruce Hill
2024-09-12
Change unicode escape to \{name} and add escape for ANSI CSI sequences:
Bruce Hill
2024-09-12
Allow trailing whitespace in parens expressions
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Rename "Nil"->"Null" for consistency
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Support `if x := blah: ...`
Bruce Hill
[next]