mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
WIP
This commit is contained in:
parent
6c3adfa6b8
commit
05f885660f
1 changed files with 2 additions and 1 deletions
3
read.scm
3
read.scm
|
@ -697,7 +697,8 @@
|
|||
"(void *data, int argc, closure _, object k, object port)"
|
||||
" Cyc_io_read_token(data, k, port);")
|
||||
|
||||
(read-token (open-input-file "generate-c.scm"))
|
||||
(write
|
||||
(read-token (open-input-file "generate-c.scm")))
|
||||
|
||||
;; Notes on writing a fast parser:
|
||||
; - Interface to the user is (read). This needs to be fast
|
||||
|
|
Loading…
Add table
Reference in a new issue