Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.03 KB

BlitzMaxNG Grammar Definition

  • STATUS: Incomplete

This repo contains the "Augmented Backus–Naur Form" definition for the language BlitzMax-NG.

The mechanisms specified in the file are described in IETF standard RFC5234 and RFC7405]

##Implementation

  • EOL has been used to mark "End Of Line" instead of the ABNF standard CRLF for Linux/Windows compatibility
  • ABNF standard for LWSP has been replaced to account for CRLF compatibility

##References: