summaryrefslogtreecommitdiff
path: root/web/yacco2/compiler/grammars/c_comments.fsc
diff options
context:
space:
mode:
Diffstat (limited to 'web/yacco2/compiler/grammars/c_comments.fsc')
-rw-r--r--web/yacco2/compiler/grammars/c_comments.fsc20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/yacco2/compiler/grammars/c_comments.fsc b/web/yacco2/compiler/grammars/c_comments.fsc
new file mode 100644
index 0000000000..09cdc73356
--- /dev/null
+++ b/web/yacco2/compiler/grammars/c_comments.fsc
@@ -0,0 +1,20 @@
+/*
+ File: c_comments.fsc
+ Date and Time: Fri Jan 30 18:55:05 2015
+*/
+transitive n
+grammar-name "c_comments"
+name-space "NS_c_comments"
+thread-name "TH_c_comments"
+monolithic n
+file-name "c_comments.fsc"
+no-of-T 569
+list-of-native-first-set-terminals 1
+ raw_slash
+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
+"C++ type comments lexer."