mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added back missing code
This commit is contained in:
parent
05b264d02c
commit
f7eed523be
1 changed files with 2 additions and 1 deletions
|
@ -451,7 +451,8 @@
|
|||
(define (token-numeric? a)
|
||||
(or (char-numeric? (car a))
|
||||
(and (> (length a) 1)
|
||||
(char-numeric? (cadr a)))))
|
||||
(char-numeric? (cadr a))
|
||||
(sign? (car a)))))
|
||||
|
||||
;; parse-atom -> [chars] -> literal
|
||||
(define (parse-atom a)
|
||||
|
|
Loading…
Add table
Reference in a new issue