Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gramar spec

0 views
Skip to first unread message

stan vincent

unread,
Apr 23, 2009, 10:18:40 PM4/23/09
to
has anyone done a grammar spec for english
i mean like they do with computer languages.
a compiler uses rules of the language in its translation to a general
code(compiling) that is then used by a linker program to create computer
based binary code (linking)

an example is

s; statement ending with ;
s-> v '=' p ; v is a variable p is a phrase '=' is a
verb assign
p->v
p->v '*'v
p->v-v
p->v+v
p->v/v
p->p*v etc


0 new messages