Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up code of the self-hosted compiler #565

Closed
Akuli opened this issue Jan 8, 2025 · 1 comment
Closed

Clean up code of the self-hosted compiler #565

Akuli opened this issue Jan 8, 2025 · 1 comment

Comments

@Akuli
Copy link
Owner

Akuli commented 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).

@Akuli
Copy link
Owner Author

Akuli commented Jan 10, 2025

All done!

@Akuli Akuli closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant