Skip to content

A Brainf*ck interpreter written in Standard ML

License

Notifications You must be signed in to change notification settings

silasolla/smlbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smlbf.sml

これはなに?

はいっているもの

  • README.md: この説明書.
  • smlbf.sml: 本体.Standard ML で書いた.
  • primesUnder100.bf: 100以下の素数を計算する Brainf*ck のサンプルプログラム.

つかいかた

sml コマンドで実行

sml smlbf.sml primesUnder100.bf

mlton とかでコンパイルしてから実行

mlton smlbf.sml
./smlbf primesUnder100.bf

About

A Brainf*ck interpreter written in Standard ML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published