Skip to content

Commit 365078a

Browse files
authored
update readme. (#43)
Co-authored-by: Bowen Fu <missing>
1 parent e6ea7de commit 365078a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# lisp.cpp
22

3-
lisp : a simple lisp interpreter in C++ with scheme style syntax + quote / unquote style macros.
3+
lisp : a simple lisp interpreter / compiler in C++ with scheme style syntax + quote / unquote style macros.
4+
5+
The interpreter is inspired by SICP.
6+
7+
The macro system and the compiler is inspired by `Writing an interpreter / a compiler in Go`.
48

59
<!-- ![lisp](./lisp.svg) -->
610

0 commit comments

Comments
 (0)