forked from Orchid/orchid
- Less ambiguous syntax - Better parser (Chumsky only does tokenization now) - Tidy(|ier) error handling - Facade for simplified embedding - External code grouped in (fairly) self-contained Systems - Dynamic action dispatch - Many STL additions
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
const main := (
|
|
println "Hello, world!"
|
|
"success"
|
|
)
|
|
-- main := "Hello, World!\n"
|