首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个brainf * CK解释器和编译器编写的C #。

一个brainf * CK解释器和编译器编写的C #。

资 源 简 介

The BrainSharp interpreter lets you use BrainF*ck as a scripting language in your .Net application. It uses the standard syntax but with one extension, the command |. | allows you to make a callback into a function table in the interpreter. The current memory cell should contain the index in the table and the cells to the left will be used as function arguments, counting left to right. The result of the function is put into the current memory cell Example: Memory layout:1 2 0Brainf*ck code:+>++>|Csharp method at index 0:byte Add(byte a, byte b);Result:1 2 3 The | command is not supported by the compiler.

文 件 列 表

BrainSharp
app.config
BrainSharp.csproj
BrainSharp.csproj.user
BrainSharp.sln
BrainSharp.suo
Compiler.cs
Example
Interpreter.cs
InterpreterException.cs
Properties

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.287944s