gsegt / yagolic

0 stars 0 forks source link

Refactor the print function to optimise the code and the print strategy #45

Open gsegt opened 9 months ago

gsegt commented 9 months ago

There may be gains to have using putchar instead of printf. representation is a bit useless as well. And we can save a few lines by compressing the condition as well.

kaoliiny commented 9 months ago

write() can be used