Skip to content

Commit 53b22df

Browse files
committed
Escape *
1 parent 9fbb0f9 commit 53b22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An implementation of a subset of scheme (r7rs) written in C based on 3imp.
44

55
* compiler (supports call/cc)
66
* vm
7-
* syntaxes (defaine, lambda, if, set!, begin, and, of, let, let*, letrec, letrec*, ...)
7+
* syntaxes (defaine, lambda, if, set!, begin, and, of, let, let\*, letrec, letrec\*, ...)
88
* data types (integer(fixnum), string, port, vector, bytevector, symbol, boolean, ...)
99
* library functions (+, -, *, /, <, <=, >, >=, eq?, eqv?, equal?, cons, car, cdr, list, ...)
1010
* macros (define-macro)

0 commit comments

Comments
 (0)