Skip to content
Open
Show file tree
Hide file tree
Changes from 17 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
Loading