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
Lance Pollard edited this page Jun 11, 2014
·
17 revisions
build an incremental parser for super fast syntax highlighting and code completion.
land upon a common set of names for grammar rules (like punctuation.period and keyword.for, etc.).
describe workflow for creating a new language.
figure out ways patterns for translating between languages, so you could do things like compiling ruby to javascript or whatever you wanted.
Grammars to implement
Languages to implement, along with a rough guestimate on how difficult (or involved) they'd be, and whether or not it's started, or completed (percentage). Feel free to try and create one using the others as an example.