hexaredecimal
hexaredecimal
HexAreDecimal
2 posts
We code for fun
Don't wanna be here? Send us removal request.
hexaredecimal · 2 years ago
Text
“Any application that can be written in JavaScript, will eventually be written in JavaScript.” - Jeff Atwood
4 notes · View notes
hexaredecimal · 2 years ago
Text
Making a compiler
Every programmer out there, new or experienced longs for a chance to create their own programming language and compiler. I am no exception. Months ago I decided to fork an old project on github and develop it in my image. The project was a golang-like unfinished compiler, so I dug in and made changes. I changed the language to resemble a subset of rust, go and ocaml. I plan to add a LLVM backend inspired by the tre golang compiler. I will continue working on it until it kinda works. I still have a lot to do. check out the project on the link below. If you want to contribute submit a pull request.
11 notes · View notes