Barotrauma

Barotrauma

Not enough ratings
Braintrauma
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
283.933 KB
12 May, 2024 @ 9:17pm
1 Change Note ( view )

Subscribe to download
Braintrauma

Description
A brainf***[esolangs.org] interpreter made using wiring components. It is slow and has a number of limitations, namely:
- Only supports a single level of nested loops: [---[>}+++] is okay; whereas [++[>+++[.<-]]] is not
- User input must be terminated with tilda(~) key as it's not possible to input NUL character in-game
- Even though this interpreter has a 256 byte memory, lookup times get slower with increasing indices
- User IO only supports a limited subset of ASCII characters

Try reducing the clock oscillator rate if you are running into desync issues. It might be possible to increase the clock rate by further optimising the regex blocks.
3 Comments
Spectral  [author] 13 May, 2024 @ 4:40pm 
I keep forgetting about the circuit boxes... I will give it a try and push an update if it works out!
Tishka 13 May, 2024 @ 10:15am 
Can you fit it in a circuitbox?
Tishka 13 May, 2024 @ 10:12am 
Oh man... :steamthumbsup: