Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INonTerminals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* NB: Components in the domain part of email addresses are in reverse order.
*/

namespace M2SF.M2Sharp {
namespace org.m2sf.m2sharp {

/* --------------------------------------------------------------------------
* type Production
Expand Down Expand Up @@ -131,7 +131,7 @@ public enum Production {
AttribFormalParams, /* attribFormalParams */

/* Dependent on option --no-variant-records */
TypeDeclarationTail; /* typeDeclarationTail */
TypeDeclarationTail /* typeDeclarationTail */

} /* Production */

Expand Down
6 changes: 3 additions & 3 deletions ITerminals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public enum Token {

AND, ARGLIST, ARRAY, BEGIN, BY, CASE, CONST, DEFINITION, DIV, DO, ELSE,
ELSIF, END, EXIT, EXPORT, FOR, FROM, IF, IMPLEMENTATION, IMPORT, IN, LOOP,
MOD, MODULE, NOT, OF, OPAQUE, OR, POINTER, PROCEDURE, QUALIFIED, RECORD,
REPEAT, RETURN, SET, THEN, TO, TYPE, UNTIL, VAR, WHILE, WITH,
MOD, MODULE, NOT, OF, OPAQUE, OR, POINTER, PROCEDURE, QUALIFIED, RECORD, REPEAT,
RETURN, SET, THEN, TO, TYPE, UNTIL, VAR, WHILE, WITH,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please keep the original formatting -- the sources are formatted to 79 columns to ensure that there will be no vertical scrollbars even when viewed on a small screen laptop.


/* Identifiers */

Expand Down Expand Up @@ -216,4 +216,4 @@ interface ITerminals {

} /* namespace */

/* END OF FILE */
/* END OF FILE */
461 changes: 461 additions & 0 deletions NonTerminals.cs

Large diffs are not rendered by default.

Loading