Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Tags: jyothi-nellakra/bfcli

Tags

v10.4

Toggle v10.4's commit message
added precomputation

v10.3

Toggle v10.3's commit message
new features

more optimisations,
cp/m z80 compiler in the works

fixed bugs,
(probably added bugs)

y'know, the usual

v10.2

Toggle v10.2's commit message
finalising changes for the new release

v10.1

Toggle v10.1's commit message
added multithreading

now the size-saving optimiser goes beep-boop much faster

v10.0

Toggle v10.0's commit message
updating copyrights!!🎉 (part 2)

nearly forgot one

v9.4

Toggle v9.4's commit message
Update translator.c

restyling the c output

v9.3

Toggle v9.3's commit message
the last possible optimisation

combine multiply-add operations when they're the same.

v9.2

Toggle v9.2's commit message
Update README.md

v9.1

Toggle v9.1's commit message
added support for direct assembly compilation

however there is a big bug that causes the compiled binary to try to access code below the start of the array. i'm trying to compensate for that partially by adding extra space below the array but this smells like a bug in the optimiser.

otherwise, there is one more example program and some reformatting of dialogues and stuff.

v9.0

Toggle v9.0's commit message
optimising compiler finished