Skip to content

mihacooper/bfgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Befunge interpreter

Building

Linux

  • Use build.sh shell script

Other

  • Not supported yet

Modules

BFGI - befunge interpreter

  • Simple realisation, it can execute file

BFGL - befunge interpretation library

  • Library provides inteface for interpretation of Befunge
  • Suppoted Befunge commands(see Befunge-93):
  • Management: < > ^ v @ _ | ? #
  • Stack: : \ &
  • Input: 0-9(numbers only yet)
  • Print: . ,
  • Arithmetic: + - * / %
  • Logical: ! `

Extensions

  • Entering a long numbers:
  • Entered numbers should be splitted by spaces or other commands:
    • @ 123 123 < - enters two numbers(123 and 123)
    • 1 2 3 @ - enters three numbers(1,2,3)

    • 1.2.3.@ - enters and prints three numbers(1,2,3)

About

Befunge interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published