diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-13 00:31:15 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-13 00:44:13 +0200 |
commit | ac701605347e913b19ef8bd7f11039162e504f35 (patch) | |
tree | e0138f6e6310826d876a4f43f83caed6b0b89fda /examples |
Create inital project structure + lexer
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/main.pipa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/main.pipa b/examples/main.pipa new file mode 100644 index 0000000..5767e09 --- /dev/null +++ b/examples/main.pipa @@ -0,0 +1,3 @@ +main(): i32 { + return 1; +} |