elixir-tools / spitfire

Error tolerant parser for Elixir
https://www.elixir-tools.dev
MIT License
69 stars 7 forks source link

feat: fuel #23

Closed mhanberg closed 4 months ago

mhanberg commented 4 months ago

Fuel is consumed when you parse an expression, and refilled when you increment the token. When the parser runs out of fuel, there is most likely a bug and it will raise with a NoFuelRemaining exception