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-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
2024-05-24
Switch optional detection to use 'when .. is @..' instead of 'if .. :=
Bruce Hill
2024-05-23
Refine the parsing of blocks so it's always ':' [inline-block] [indent indent...
Bruce Hill
2024-05-23
Add a 'do' block for scoping
Bruce Hill
2024-05-23
Support 'while when'
Bruce Hill
2024-05-18
Tweak inline C code
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-16
Fix 'else if'
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
2024-05-12
Simplify interfaces by requiring all functions are pointer methods
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-05-02
Support space indents
Bruce Hill
2024-05-01
Clean up 'when' syntax
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-22
Remove _mix_ keyword
Bruce Hill
2024-04-17
Use leading underscore for file-local variables and functions instead of
Bruce Hill
2024-04-13
Change table syntax to {key:value} instead of {key=>value}
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-30
Adding a REPL
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-24
Implement 'extern' functionality
Bruce Hill
2024-03-19
Improvements to module imports
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Handle function type annotations without returns better
Bruce Hill
2024-03-18
Implement parsing of 'pass'
Bruce Hill
2024-03-18
Add some better file comments
Bruce Hill
2024-03-17
Temporary fix for newlines between statements
Bruce Hill
2024-03-17
Unary ops should only parse terms not full expressions
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-14
Rearrange expression/statement compilation code
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Add explicit check for space indentation
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-07
Use '$' for min/max variable
Bruce Hill
2024-03-07
Support method calls for reductions
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
[next]