https://github.com/ujjwal-kr/brainf
Making a brainf*ck compiler in 24 hours
https://github.com/ujjwal-kr/brainf
assembly compiler programming-language x64
Last synced: 2 months ago
JSON representation
Making a brainf*ck compiler in 24 hours
- Host: GitHub
- URL: https://github.com/ujjwal-kr/brainf
- Owner: ujjwal-kr
- Created: 2023-02-09T14:32:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T03:54:22.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:43:28.085Z (3 months ago)
- Topics: assembly, compiler, programming-language, x64
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brainf
Making a brainf*ck compiler in 24 hours, using the C++ programming language. Compiles to x64 assembly.## Building
### Windows
- Make sure to have [NASM](https://www.nasm.us/) installed.
- Use MSYS2 as I could not get the linker.exe working.
- Open visual studio and Press f5.### Linux
It was a 24 hour challenge so only supported on windows. Linux support coming soon.