travisdoor / bl

Simple programming language created for fun.
https://biscuitlang.org
MIT License
179 stars 6 forks source link

Implement custom x64 backend. #176

Open travisdoor opened 10 months ago

travisdoor commented 10 months ago

Create an experimental x64 backend without the use of LLVM since we might do it way faster. This backend is supposed to do only minimal optimizations and compile as fast as possible.

The main goal is to speed up code-build-test cycle as possible.