文件名称:haskell-brainfuck:Haskel 脑残翻译
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-01 09:38:43
Haskell
haskell-brainfuck 解释 haskel-brainfuck 作为库分发,但它也包含一个可执行文件来运行 Brainfuck 程序。 你可以在找到 haskell-brainfuck 用法 图书馆 import HaskBF.Eval import qualified Data.ByteString.Lazy as BS import Control.Monad.State main = do -- The following will evaluate the file using stdin and stdout for I/O. -- Evaluation results in an EvalResult file <- BS. readFile " /path/to/file.bf " ( EvalSuccess _) <- evalBS def