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
/
src
/
parse.c
Age
Commit message (
Collapse
)
Author
2025-03-30
Further support for .dylib files on mac by changing syntax for library
Bruce Hill
imports to `use -lfoo` instead of `use foo.so`
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-28
Don't force inline C code to use ({...})
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Remove uppercase octal
Bruce Hill
2025-03-27
Phase out strchrnul
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
2025-03-25
Add a special case for '???'
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
matching
2025-03-25
Parser errors should use USE_COLOR as well
Bruce Hill
2025-03-25
Fix parsing issue: `[1,2,3] _max_ [3,4,5]` was parsing as `_max_[..]`
Bruce Hill
(indexing)
2025-03-24
Bugfix for parsing escapes
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill