User:Steamerandy/sandbox/metalanguage: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile app edit Android app edit
Tags: Mobile edit Mobile app edit Android app edit
Line 7:
THE DISCRIPTION OF THESE LANGUAGES IS BASED ON AVAILABLE DOCUMENTATION AND PERSONAL EXPERANCE IMPLEMENTING '''SLIC'''('''S'''ystem of '''L'''anguages for '''I'''mplementing '''C'''ompilers) AND COMPILERS WITTEN IN '''SLIC'''. THE USE IS INTENDED TO DETERMINE HOW OR WERE THEY FIT INTO TODAY'S CLASSIFICATIONS OF COMPUTER LANGUAGES AND GRAMMARS. THE SUBJECT MATTER DISCUSSED HERE IS NOT INTENDED FOR THE LAYPERSON.
<syntaxhighlight lang="ebnf">
program = $((declaration (* A program is a
// sequance of
// declarations with
//compile terminated*)
|.EOF .STOP) (*by .STOP on success
//of .EOF (End Of File).
// On: declaration