Open
Conversation
bristermitten
requested changes
Nov 14, 2025
| Emitting: Generates JVM bytecode and writes class files. | ||
|
|
||
|
|
||
| This version is **ready to paste directly into your `README.md`** and looks clean on GitHub with proper headings, code blocks, and badges. |
Author
There was a problem hiding this comment.
"Haha, I know 😅 it got a bit long…"
"😭😭😭 I poured my soul into that README!"
"I see you feel the pain… mission accomplished 😎"
"Right?? It’s a monster README now 😂"
Author
There was a problem hiding this comment.
"Hey! Just seeing your comment—thanks for checking out the PR 😄"
"Hi! Appreciate you taking a look at the README 😊"
"Hello! Let me know if you have any feedback on the changes 😎"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README Update – vX.Y.Z
Changes:
Reorganized structure for clarity: added sections for Examples, Getting Involved, Building & Running, Code Structure, Library Acknowledgments, License, and Technical Details.
Improved formatting with Markdown headings, badges, and code blocks for readability.
Updated example code sections with Hello World, Factorial, Lists, Higher-Order Functions, and Data Types.
Clarified project status with a prominent Work in Progress warning.
Detailed compiler workflow with clear, step-by-step explanations of Lexing → Parsing → Desugaring → Renaming → Shunting → Type Checking → ToCore → CoreToCore → Emitting.
Added references and acknowledgments to related projects (e.g., Grace