diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-10 00:16:07 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-10 00:16:07 +0200 |
| commit | 6c9d0f7fad1d96796efef43a6db7eef6df8de054 (patch) | |
| tree | 5ef7befd9b853f857caed70570cbd007ca970410 /examples | |
| parent | 13d591df4ae3dc07f3be8477f7bcbed296d7bc40 (diff) | |
finished lexer, preliminary work on parser
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hello_world.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/hello_world.ll b/examples/hello_world.ll index 9fe2910..88c410d 100644 --- a/examples/hello_world.ll +++ b/examples/hello_world.ll @@ -1,5 +1,3 @@ -#include <stdio.h> - i32 main() { printf("Hello world!\n"); |
