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 /HACKING |
Create inital project structure + lexer
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +HACKING +------- + + $ make + $ ./pipac examples/main.pipa |