summaryrefslogtreecommitdiff
path: root/web/yacco2/compiler/grammars/eol.fsc
diff options
context:
space:
mode:
Diffstat (limited to 'web/yacco2/compiler/grammars/eol.fsc')
-rw-r--r--web/yacco2/compiler/grammars/eol.fsc21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/yacco2/compiler/grammars/eol.fsc b/web/yacco2/compiler/grammars/eol.fsc
new file mode 100644
index 0000000000..a73904886b
--- /dev/null
+++ b/web/yacco2/compiler/grammars/eol.fsc
@@ -0,0 +1,21 @@
+/*
+ File: eol.fsc
+ Date and Time: Fri Jan 30 18:55:09 2015
+*/
+transitive n
+grammar-name "eol"
+name-space "NS_eol"
+thread-name "TH_eol"
+monolithic n
+file-name "eol.fsc"
+no-of-T 569
+list-of-native-first-set-terminals 2
+ raw_lf
+ raw_cr
+end-list-of-native-first-set-terminals
+list-of-transitive-threads 0
+end-list-of-transitive-threads
+list-of-used-threads 0
+end-list-of-used-threads
+fsm-comments
+"end-of-line recognizer --- Unix, Mac, and Microsoft supported styles."