mirror of
https://github.com/russolsen/cloforth
synced 2024-11-16 19:48:23 +01:00
Initial commit
This commit is contained in:
commit
f2f5caa3c2
2 changed files with 9 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
pom.xml
|
||||
*jar
|
||||
/lib/
|
||||
/classes/
|
||||
.lein-deps-sum
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
cloforth
|
||||
========
|
||||
|
||||
A little Forth-like language implemented in Clojure
|
Loading…
Reference in a new issue