mirror of
https://github.com/MorizzG/cl-lox.git
synced 2025-12-06 04:22:42 +00:00
init commit
This commit is contained in:
commit
9a17038479
11 changed files with 71 additions and 0 deletions
8
cl-lox.asd
Normal file
8
cl-lox.asd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(asdf:defsystem "cl-lox"
|
||||
:description "Lox implementation in Common Lisp"
|
||||
:serial t
|
||||
:depends-on ()
|
||||
:components ((:file "package")
|
||||
(:file "src/cl-lox")
|
||||
(:file "src/token")
|
||||
(:file "src/lexer")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue