Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL

NotificationsYou must be signed in to change notification settings

Zomis/Brainduck

Repository files navigation

Code Review

Inspired by theRubberduck project for VBA, this project is called Brainduck (it was either that or Rubberf... erhm...)

Brainduck is a tool for Brainfuck written in Java and Groovy

Features

  • Can run Brainfuck programs
  • Editor with line numbers
  • Step through the code to see what happens
  • Code Analysis
  • Memory Analysis

Planned features

  • Groovy DSL (Domain-Specific-Language) for writing Brainfuck programs
  • Fully-fledged debugger, with breakpoints
  • Brainfuck code to Groovy code conversion
  • Support for test-cases
  • Syntax highlighting
  • Showing Errors and Warnings in Editor
  • Showing Tips for how to improve the Brainfuck code

Try it

git clone git@github.com:Zomis/Brainduck.gitcd Brainduck./gradlew dist

A*-all.jar file can be found inBrainduck/build/libs/, run it withjava -jar *-all.jar

Or download the latest*-all.jar versionfrom my Jenkins

See also

My contributions to the Brainfuck tag on Code Review


[8]ページ先頭

©2009-2025 Movatter.jp