Files
bucky/examples/hello-world.bky
Jooris Hadeler 8dc2f15e26 feat: Add token definitions and lexer logic.
This commit adds the `Token` and `TokenKind` definitions in `src/token.rs`,
in `src/lexer.rs` I've added the `Lexer` logic.

squash
2026-03-11 23:24:57 +01:00

3 lines
40 B
Plaintext

fn main() {
puts("Hello, World!");
}