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-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
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Fix path escapes
Bruce Hill
2024-09-09
For parsing paths, use nested parens: (./foo), also add some methods
Bruce Hill
2024-09-09
More path stuff including some methods
Bruce Hill
2024-09-09
Initial working version
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-07
Add unicode name escapes: \U[penguin]
Bruce Hill
2024-09-06
Don't parse suffixes on interpolations
Bruce Hill
2024-09-06
Remove unused 'import' keyword
Bruce Hill
2024-09-06
Print stack trace if $TOMO_STACKTRACE is set
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Clean up some imports
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-25
Minor cleanup
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-19
Add postfix conditionals for return/skip/stop/function calls
Bruce Hill
2024-08-19
Add -deg suffix: `90deg` for specifying degrees. Also fixed percent
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Add primality testing and next_prime()/prev_prime()
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-17
Support semicolon in `{:K:V; ...}`
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-12
Put back fallback
Bruce Hill
2024-08-12
Bugfix for parsing comments
Bruce Hill
2024-08-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Overhaul of operator metamethods
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-07-26
Replace heap_str with GC_strdup
Bruce Hill
2024-07-26
Replace heap_strn() with GC_strndup()
Bruce Hill
[next]