adam-mcdaniel / sage

A programming language that's wise beyond its bytes!🌱🌿🪴
https://adam-mcdaniel.net/sage-website
MIT License
414 stars 15 forks source link

Migrate from LALRPOP to Pest #40

Closed adam-mcdaniel closed 1 week ago

adam-mcdaniel commented 1 year ago

LALRPOP has been a pain. Use Pest instead. Right now the frontend uses Pest, and the stages of IR use LALRPOP.

adam-mcdaniel commented 1 week ago

This was fixed a long while ago! Although now we're switching to nom instead.