Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Convert string constants to arrays #366

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

Fixes #359

Akuli commented 1 year ago

For some reason this makes compiling the self-hosted compiler about 6 times slower. I'm timing it with this command:

rm self_hosted_compiler && make jou && time make self_hosted_compiler
Akuli commented 1 year ago

Now compiles in about same time as before.