commit | ca107a092297fbb6a58d0eb7944f6bf8c75897c5 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Wed Apr 14 12:07:30 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Wed Apr 14 12:07:30 2021 -0700 |
tree | 5f85f59e15f12a568647223b4b3c247cd333cbfd | |
parent | bed809264fc3b8df676b896a04b620182d3a4ed2 [diff] [blame] |
Add beginning of Lips compiler, DynASM
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp index ee6773e..2ddedd8 100644 --- a/src/lisp/test.lisp +++ b/src/lisp/test.lisp
@@ -1,2 +1,5 @@ (defun my-fun (a b) (display t "%a\n" (+ a b))) + +(defun main () + (my-fun pi four))