Commit Graph

10 Commits (24c3ddbbde52b827d726da7d32084f84b6954631)

Author SHA1 Message Date
Doug Coleman eceed177d6 replace usages of <" with """ 2009-09-20 22:42:40 -05:00
John Benediktsson 88e5397b51 brainfuck: Require loops to be non-empty, add test case. 2009-06-07 17:39:21 -07:00
John Benediktsson 4b21217956 brainfuck: Adding debug (#) operator. 2009-06-07 16:18:13 -07:00
John Benediktsson 6b86f059e7 Merge groups of similar operations. 2009-06-07 15:21:39 -07:00
John Benediktsson 2a5db1abd9 brainfuck: Remove concept of operations now that it is compiled. 2009-06-07 07:52:07 -07:00
John Benediktsson 67a36883fe Compile brainfuck a bit more stylishly. 2009-06-06 20:44:48 -07:00
John Benediktsson e30a9fc4b1 Add some test cases, remember to flush after running program. 2009-06-06 20:11:59 -07:00
John Benediktsson e4a10254d8 Changed brainfuck from interpreter to compiler, using EBNF's. 2009-06-06 10:07:23 -07:00
John Benediktsson 7f12d582a5 Updated test cases. 2009-06-01 14:00:37 -07:00
John Benediktsson d99ae5af92 Adding brainf*ck implementation. 2009-06-01 11:21:14 -07:00