From Phone to Compiler: Sharing my Coderive Programming Language Project #179179
Unanswered
DanexCodr
asked this question in
Programming Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Hey everyone! I've been building a programming language called Coderive entirely from my phone, and I wanted to share some of the cool syntax features I've implemented. I'd love your feedback on the language design!
Here's what Coderive looks like:
What makes Coderive special:
🏗️ Built entirely on mobile - Proof that you don't need powerful hardware to build compilers!
🎯 Clean, readable syntax - Designed to be easy to write and understand
🚀 Dual-parser system - Uses both ANTLR and hand-written parsing for best performance and error handling
📱 Mobile-optimized - Runs efficiently on phones and low-memory devices
I'd love your help with:
Check out the project:
https://github.com/DanexCodr/Coderive
You can see the complete compiler implementation, try the examples, and even contribute if you're interested!
Built with ❤️ on a phone because sometimes constraints lead to the most creative solutions!
What do you think about the language design? I'd love to hear your thoughts! 💬
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions