I want to learn how to create parsers.
Being able to parse some nontrivial data on input and produce meaningful representation of this data on the outside. General goal is to be able to create parsers.
Can you suggest a roadmap how to do that?
Nick Luparev
front-end developer working with react/redux/elm
j
stuff ;)
regex ;D .... and take a look at the regex to NFA transformations as well as the NFA to DFA transformations.
or you wanna stay superficial :) learn regex.