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-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
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
[next]