Modula-2 Reloaded

A Modern Typesafe & Literate Programming Notation

Site Menu

Project

Specification

Implementation

Recommendations

Reference

Needs Updating

Work in Progress

Wastebasket

Wiki Manual

edit SideBar

Ignore Symbols

SyntaxDiagrams.IgnoreSymbols History

Hide minor edits - Show changes to output

2015-09-16 02:19 by trijezdci -
Added line 13:
'''(At the first column of a line)'''
Added line 19:
'''(At most ten nesting levels including outermost comment)'''
2015-09-16 02:13 by trijezdci - anchoring
Changed lines 2-3 from:
!!!!!#1 Whitespace
to:
!!!!!#1 Whitespace \
%silver%   [-[[EBNF.IgnoreSymbols#Whitespace|EBNF]]%%-]
Changed lines 11-12 from:
!!!!!#2 Line Comment
to:
!!!!!#2 Line Comment \
%silver%   [-[[EBNF.IgnoreSymbols#LineComment|EBNF]]%%-]
Changed lines 16-17 from:
!!!!!#3 Block Comment
to:
!!!!!#3 Block Comment \
%silver%   [-[[EBNF.IgnoreSymbols#BlockComment|EBNF]]%%-]
Changed lines 21-22 from:
!!!!!#3.1 Comment Character
to:
!!!!!#3.1 Comment Character \
%silver%   [-[[EBNF.IgnoreSymbols#CommentCharacter|EBNF]]%%-]
Changed lines 26-27 from:
!!!!!#4 End Of Line Marker
to:
!!!!!#4 End Of Line Marker \
%silver%   [-[[EBNF.IgnoreSymbols#EndOfLine|EBNF]]%%-]
2015-09-15 13:03 by trijezdci -
Changed lines 7-8 from:
to:
[@CONST ASCII_TAB = CHR(8);@]
Changed lines 27-28 from:
to:
[@CONST ASCII_LF = CHR(10);@]
Added line 31:
[@CONST ASCII_CR = CHR(13);@]
2015-09-15 13:02 by trijezdci -
Changed lines 3-4 from:
to:
http://modula-2.net/m2r10_syntax_diagrams/Whitespace.png
Changed lines 10-11 from:
to:
http://modula-2.net/m2r10_syntax_diagrams/LineComment.png
Changed lines 14-15 from:
to:
http://modula-2.net/m2r10_syntax_diagrams/BlockComment.png
Changed lines 18-19 from:
to:
http://modula-2.net/m2r10_syntax_diagrams/CommentCharacter.png
Added line 22:
http://modula-2.net/m2r10_syntax_diagrams/EndOfLine.png
2015-09-15 12:56 by trijezdci -
Added line 1:
[[#Whitespace]]
Added line 4:
[[#ASCII_TAB]]
Added line 7:
[[#LineComment]]
Added line 10:
[[#BlockComment]]
Added line 13:
[[#CommentCharacter]]
Added line 16:
[[#EndOfLine]]
Added line 19:
[[#ASCII_LF]]
Added line 22:
[[#ASCII_CR]]
2015-09-15 01:57 by trijezdci - adding diagrams (work in progress)
Added lines 1-15:
!!!!!#1 Whitespace

!!!!!#1.1 ASCII Tabulator

!!!!!#2 Line Comment

!!!!!#3 Block Comment

!!!!!#3.1 Comment Character

!!!!!#4 End Of Line Marker

!!!!!#4.1 ASCII Line Feed

!!!!!#4.2 ASCII Carriage Return