Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An interpreter for brainfuck written in C language #9

Closed
4 tasks
blurrrb opened this issue Oct 1, 2019 · 1 comment
Closed
4 tasks

An interpreter for brainfuck written in C language #9

blurrrb opened this issue Oct 1, 2019 · 1 comment
Labels
Advanced Tasks for advanced developers Hacktoberfest For hacktoberfest Systems Systems

Comments

@blurrrb
Copy link

blurrrb commented Oct 1, 2019

Description

Write an interpreter for Brainfuck in C language.

Details

  • Type of issue: Single
  • Time Limit: 1 week

Issue requirements / progress

  • Solve the balanced parenthesis problem - given a sequence of parenthesis find if the sequence is valid or not
  • Use the knowledge of the above problem to write an interpreter
  • Add logic to check if the given Brainfuck code is correct and report the error.
  • Add logic to detect comments in code and ignore them.

Resources

Directory Structure

Create a new folder called "9" inside the systems folder and add all the code corresponding to this issue inside /systems/9.

Note

Please claim the issue first by commenting here before starting to work on it.

For co-ordinators/maintainers creating the issues

For any further clarification on this issue, you are free to contact me, @17aakashsingh1999 and also you can drop me a request for review! Happy learning!

@SaurabhAgarwala SaurabhAgarwala added the Hacktoberfest For hacktoberfest label Oct 1, 2019
@hpgupt hpgupt added Advanced Tasks for advanced developers Systems Systems labels Oct 2, 2019
@SaurabhAgarwala
Copy link
Member

Hacktoberfest 2019 ends. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced Tasks for advanced developers Hacktoberfest For hacktoberfest Systems Systems
Projects
None yet
Development

No branches or pull requests

3 participants