Parsing

From TunesWiki

The term for the process of turning an input stream into an Abstract Syntax Tree. Parsing generally depends on the complexity of the grammar or syntax, and in the most general cases can require a Turing-complete program, i.e. its own programming language.

References

Implementations