Files
orchid/lex-hello.ps1
Lawrence Bethlenfalvy 3a3ae98aff Began implementing fully isomorphic macros
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
2024-10-14 00:13:09 +02:00

6 lines
240 B
PowerShell

[System.Environment]::SetEnvironmentVariable("ORCHID_LOG_BUFFERS", "true")
cargo build -p orchid-std
cargo run -p orcx -- `
--extension .\target\debug\orchid-std.exe --system orchid::std `
lex --file .\examples\hello-world\main.orc