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
Web-based parser generator for CLR, and LL parsing using context-free grammar. Built with TypeScript (Next.js) & Flask. Computes first & follow sets, interactive parse tree, parsing tables. and also to test the grammer.
Flask-based backend for the ParseGen parser generator. Supports CLR parsing, computes first & follow sets, and generates parsing tables, parsing tree from context-free grammar. Provides a REST API for parsing multi-token strings.