felixangell / kpd

an old compiler for Krug written in D - a prototype version
MIT License
44 stars 1 forks source link

c-style string literals #47

Closed felixangell closed 6 years ago

felixangell commented 6 years ago

i forgot if these are actually implemented or not in the lex/parse, i feel like they are because the tests seem to parse fine...

eitherway, these need to be handled during ir-gen so that c-style strings create a null terminated string rather than a structure (krug string type)

felixangell commented 6 years ago

done