This commit adds the `Token` and `TokenKind` definitions in `src/token.rs`, in `src/lexer.rs` I've added the `Lexer` logic.
5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
extern puts(text: *char);
|
|
|
|
fn main() {
|
|
puts("Hello, World!");
|
|
} |