TodePond / MotherTode

language language
MIT License
21 stars 1 forks source link

Mass rewrite #21

Open TodePond opened 2 years ago

TodePond commented 2 years ago

Complete redesign + rewrite based on my shower thoughts of the last 9 months.

TodePond commented 2 years ago

Use cases:

TodePond commented 2 years ago

How does it need to work then?

  1. As a helper function that I can easily import/embed into a project.
  2. As a standalone parser-generator that makes a library for a language. The library also needs to do both (1) and (2).
const parse = term(mothertode)
parse(source)
TodePond commented 1 year ago

Ok https://github.com/TodePond/Habitat/issues/54 is done now, so now it's time to rewrite the library behind MotherTode!