https://github.com/kiprasmel/brainfuck
https://github.com/kiprasmel/brainfuck
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiprasmel/brainfuck
- Owner: kiprasmel
- Created: 2024-10-29T15:59:19.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:58:56.000Z (7 months ago)
- Last Synced: 2025-01-15T19:54:22.823Z (4 months ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
brainfuck
=========a small interpreter in C, in less than 100 lines.
resources
---------- read "Introduction" and "Basics", for me was enough.
- https://gist.github.com/roachhd/dce54bec8ba55fb17d3a
- understand "factors" of a number, and how they relate to loops in brainfuck.
- i used my own `calc` script to quickly calculate (see "factors", "ord", "chr")
- https://github.com/kiprasmel/voidrice/blob/e7acd1dfa45f423aab15765a076bcc1d25d0e432/.local/bin/calc