summaryrefslogtreecommitdiff
path: root/web/yacco2/compiler/grammars/prefile_include.fsc
diff options
context:
space:
mode:
Diffstat (limited to 'web/yacco2/compiler/grammars/prefile_include.fsc')
-rw-r--r--web/yacco2/compiler/grammars/prefile_include.fsc23
1 files changed, 23 insertions, 0 deletions
diff --git a/web/yacco2/compiler/grammars/prefile_include.fsc b/web/yacco2/compiler/grammars/prefile_include.fsc
new file mode 100644
index 0000000000..50f01e3cdc
--- /dev/null
+++ b/web/yacco2/compiler/grammars/prefile_include.fsc
@@ -0,0 +1,23 @@
+/*
+ File: prefile_include.fsc
+ Date and Time: Fri Jan 30 18:55:20 2015
+*/
+transitive n
+grammar-name "prefile_include"
+name-space "NS_prefile_include"
+thread-name "TH_prefile_include"
+monolithic n
+file-name "prefile_include.fsc"
+no-of-T 569
+list-of-native-first-set-terminals 1
+ raw_at_sign
+end-list-of-native-first-set-terminals
+list-of-transitive-threads 0
+end-list-of-transitive-threads
+list-of-used-threads 3
+ NS_c_string::TH_c_string
+ NS_eol::TH_eol
+ NS_ws::TH_ws
+end-list-of-used-threads
+fsm-comments
+"Preprocessor source file from the ``include file'' directive."