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-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
2024-07-13
Add iterator functions
Bruce Hill
2024-07-05
Cache AST parsings so we don't have to re-parse files
Bruce Hill
2024-07-05
Tweak syntax for debug prints
Bruce Hill
2024-07-04
Check for newline between statements in blocks
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
Add `!!` statement for printing text
Bruce Hill
2024-06-16
Support top-level imports
Bruce Hill
2024-06-13
Split import/use into separate concepts
Bruce Hill
2024-06-13
Support loading shared libraries
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-26
Fix for parsing linker directives
Bruce Hill
[next]