James Eversole James
James pushed tag 0.5.0 to James/tricu 2025-01-06 15:15:43 +00:00
James released 0.5.0 at James/tricu 2025-01-06 15:15:43 +00:00
James pushed to main at James/tricu 2025-01-06 15:14:08 +00:00
a3282b794f 0.5.0 release commit
James pushed to main at James/tricu 2025-01-06 15:01:40 +00:00
7b9a62462c Level Order Traversal demo
3eb28a2c62 Drop parseVarWithoutAssignment
Compare 2 commits »
James commented on issue James/tricu#12 2025-01-06 13:46:57 +00:00
Multiline expressions

The lexer already supports everything it needs to. I need to update parsing and the eval helpers that call parsing instead to bring this functionality in.

James pushed to main at James/tricu 2025-01-03 01:08:38 +00:00
8c33e5ce66 Fix critical list evaluation bug and REPL updates
James opened issue James/tricu#12 2025-01-02 18:35:16 +00:00
Multiline expressions
James pushed to main at James/tricu 2025-01-02 01:40:14 +00:00
76487b15f9 Use better default output form in evaluator
James commented on issue James/tricu#4 2025-01-02 01:36:36 +00:00
Allow for "compiler" output to file

I reverted on this in 18ff2d2e04 because I ensured that the output text forms can be seamlessly redirected or piped on supported OSes.

James pushed to main at James/tricu 2025-01-02 01:32:44 +00:00
18ff2d2e04 Clarify CLI options
James commented on issue James/tricu#10 2025-01-02 01:28:34 +00:00
Support compiling multiple files

Resolved in fff29199d1

James closed issue James/tricu#10 2025-01-02 01:28:34 +00:00
Support compiling multiple files
James pushed to main at James/tricu 2025-01-02 01:27:07 +00:00
fff29199d1 Support evaluation across multiple source files
James pushed to main at James/tricu 2025-01-02 00:55:29 +00:00
a2c459b148 Provide "library" via tricu file directly
James pushed to main at James/tricu 2025-01-02 00:05:47 +00:00
39be66a4d1 Fixes identifier lexing; support REPL file loading
James pushed to main at James/tricu 2025-01-01 14:34:20 +00:00
bf58c9afbd Normalize CLI options and help display
James pushed to main at James/tricu 2025-01-01 14:23:59 +00:00
7d38d99dcd Rename "compiler" functionality to Evaluator
James opened issue James/tricu#11 2024-12-31 16:35:23 +00:00
Benchmarks
James closed issue James/tricu#8 2024-12-31 16:24:16 +00:00
Update README to reflect new executable options
James commented on issue James/tricu#8 2024-12-31 16:24:10 +00:00
Update README to reflect new executable options

Resolved with #9