mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 12:46:35 +02:00
Handle import sets containing numbers
This commit is contained in:
parent
444bf8d61f
commit
9a0a0dc5ec
1 changed files with 1 additions and 1 deletions
|
@ -1352,7 +1352,7 @@
|
||||||
(foldr (lambda (id s)
|
(foldr (lambda (id s)
|
||||||
(string-append "_" (mangle id) s))
|
(string-append "_" (mangle id) s))
|
||||||
""
|
""
|
||||||
import))
|
(lib:list->import-set import)))
|
||||||
|
|
||||||
(define (mta:code-gen input-program
|
(define (mta:code-gen input-program
|
||||||
program?
|
program?
|
||||||
|
|
Loading…
Add table
Reference in a new issue