Skip to content

eliseydudin/bf-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-advanced

in 2023 i made my own "programming language" called fkys (not explaining its name for an obvious reason 😭). later in 2024 i deleted my github account so now the only remaining trace of fkys is this repo

in this repository im gonna try to make an llvm compiler for this language :3

differences between this and normal brainf#ck

there are several differences between normal bf and fkys:

  • instead of . and , this language has o and p
  • e which exits the program
  • i and c to switch between output modes
  • l sets the cell's value to 125
  • n and s insert a newline and a space
  • # allows for comments

About

my version of brainf#ck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published