Sujet : Re: Command Languages Versus Programming Languages
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.unix.shellDate : 29. Mar 2024, 23:04:04
Autres entêtes
Organisation : Stefan Ram
Message-ID : <parsing-20240329220348@ram.dialup.fu-berlin.de>
References : 1 2
Janis Papanagnou <janis_papanagnou+
ng@hotmail.com> wrote or quoted:
During parsing (either in
an interpreted or in a compiled language) you split the text
in tokens.
Splitting into tokens is called "scanning". Parsing usually
follows scanning and unifies the grammar with the text.