Protocol definition & parsing

Yuval El-Hanany <eyuval@netvision.net.il>
24 Mar 1998 22:38:50 -0500

          From comp.compilers

Related articles
Protocol definition & parsing eyuval@netvision.net.il (Yuval El-Hanany) (1998-03-24)
| List of all articles for this month |

From: Yuval El-Hanany <eyuval@netvision.net.il>
Newsgroups: comp.compilers
Date: 24 Mar 1998 22:38:50 -0500
Organization: ACTCOM - Internet Services 1-800-300123 info@actcom.co.il
Keywords: syntax, question

Hi,
    I'm looking for languages which are used to define and parse the
syntax & grammar of generic protocols. I know of ASN.1 but it's not
really much good without its (x)ER companions. I'm looking for sth. that
would enable me to define an object/structure such as a table of
structure:
table = rows cols {element}:(rows*cols)
rows = integer
cols = integer
element = integer|string
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.