I'm Creating a Programming Language(github.com)
github.com
I'm Creating a Programming Language
https://github.com/kvthweatt/FluxLang
3 comments
How far are you from self hosting it? Assuming that that is a goal? (I am currently working on a small, probably incomplete, C compiler.)
Edit: spelling
Edit: spelling
It’s getting very close. I’m currently implementing the reduced specification to get the base language. After that, depending on how much help I get, I may implement more before bootstrapping.
Not gonna lie tho I don’t know shit about compiler theory but seeing how LLVM works I think I can do it.
Not gonna lie tho I don’t know shit about compiler theory but seeing how LLVM works I think I can do it.
tl;dr it’s what C++ should have been change my mind
There are still issues here and there, namely with parsing.
Anyone can begin writing Flux programs and compile them.