cardenaso11 / elisp-too-lua

me and my homie @rrruko are looking for work, so we open sourced this early
Other
2 stars 0 forks source link

make Parser polymorphic over stream type #13

Open cardenaso11 opened 5 years ago

cardenaso11 commented 5 years ago

its plausible end users might want to supply their own text type to parse. Parser should be polymorphic over the stream type then

note that this will require something like foldM char (or foldM token in megaparsec 7). we'll implement this in steps: