You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code is very messy in some places, because in #562 I took C code and just changed the syntax to Jou. This means that the resulting code doesn't use nice C features that don't exist in Jou (e.g. List(T)/Append()), and also doesn't use nice Jou features that don't exist in C (e.g. methods).
The text was updated successfully, but these errors were encountered:
Akuli
changed the title
Clean up the self-hosted compiler
Clean up code of the self-hosted compiler
Jan 8, 2025
Code is very messy in some places, because in #562 I took C code and just changed the syntax to Jou. This means that the resulting code doesn't use nice C features that don't exist in Jou (e.g.
List(T)
/Append()
), and also doesn't use nice Jou features that don't exist in C (e.g. methods).The text was updated successfully, but these errors were encountered: