summaryrefslogtreecommitdiff
path: root/web/yacco2/diagrams/array_def.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /web/yacco2/diagrams/array_def.txt
Initial commit
Diffstat (limited to 'web/yacco2/diagrams/array_def.txt')
-rw-r--r--web/yacco2/diagrams/array_def.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/yacco2/diagrams/array_def.txt b/web/yacco2/diagrams/array_def.txt
new file mode 100644
index 0000000000..18b3ca07b4
--- /dev/null
+++ b/web/yacco2/diagrams/array_def.txt
@@ -0,0 +1,5 @@
+// array_def.txt solution to open-ended array definition
+struct Shift_tbl {
+ yacco2::USINT no_entries__;
+ yacco2::Shift_entry first_entry__[1];
+};