You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, at the very beginning I thought it would be better to use hand-written parser for better error information, but as the progress moves on, I noticed that it would be easier to use parser generator to push the progress, since without actually generating formal IR, it's hard to add optimization or doing semantics checking, so I would consider give it a try to see whether I can push the compiler to a more formal stage. Thanks for your recommendation.
nom
is useful for efficiently and expressively declare parsing functionalityThe text was updated successfully, but these errors were encountered: