Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy 3fdabc29da Most files suffered major changes
- 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
2023-08-18 12:57:41 +01:00

6 lines
87 B
Plaintext

const main := (
println "Hello, world!"
"success"
)
-- main := "Hello, World!\n"