mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
Don't kebab case macros.
This commit is contained in:
parent
2a79007a18
commit
7f3eeb392d
@ -55,7 +55,7 @@ parseHeaderFile path src prefix kebab =
|
||||
let tyXObj =
|
||||
--toTypeXObj ("a", 0)
|
||||
XObj (Sym (SymPath [] "a") Symbol) Nothing Nothing
|
||||
return (createRegisterForm name tyXObj prefix kebab)
|
||||
return (createRegisterForm name tyXObj prefix False) -- OBS! Never kebab
|
||||
|
||||
prefixedFunctionPrototype :: Parsec.Parsec String () [XObj]
|
||||
prefixedFunctionPrototype = do Parsec.many spaceOrTab
|
||||
|
Loading…
Reference in New Issue
Block a user