🤏 Update Note comment

This commit is contained in:
Thomas Di Cizerone
2025-03-23 22:50:20 +01:00
parent fd4493733f
commit 630c4d6954

View File

@@ -1,7 +1,7 @@
// Base terminals and fragments for common language constructs
// Terminal Precedence: Lazy to Greedy
// When imported, the terminals are considered after the terminals in the importing grammar
// Note: Hence, to add a terminal greedier than the common terminals, import the common grammar first
// Note: Hence, to add a terminal greedier than the common terminals, import it separately after the common import
fragment EOL returns string:
NEWLINE+ | EOF