in reply to Re^5: Is an aXML compiler possible?
in thread Is an aXML compiler possible?
I think it would go something like this
<symbol> ::= <open> <name> <args> <close> <data> <open> <name> <clos +e> <open> ::= <primary> | <secondary> | <teriary> <close> ::= <primary> | <secondary> | <teriary> <name> ::= <string> <args> ::= <key> <equals> <quote> <value> <quote> ... <data> ::= <xml> <primary> ::= <(> | <)> <secondary> ::= <<> | <>> <teriary> ::= <[> | <]>
Something like that, sorry if that's completely wrong I've never used BNF before.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Is an aXML compiler possible?
by ikegami (Patriarch) on Oct 29, 2011 at 08:00 UTC | |
by Logicus (Initiate) on Oct 30, 2011 at 17:02 UTC | |
by ikegami (Patriarch) on Oct 30, 2011 at 17:21 UTC | |
by Logicus (Initiate) on Oct 30, 2011 at 17:59 UTC | |
by ikegami (Patriarch) on Oct 30, 2011 at 21:07 UTC | |
| |
|
Re^7: Is an aXML compiler possible?
by CountZero (Bishop) on Oct 29, 2011 at 07:51 UTC |