summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/generator/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/syntax/generator/README.md')
-rw-r--r--mnv/runtime/syntax/generator/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/generator/README.md b/mnv/runtime/syntax/generator/README.md
new file mode 100644
index 0000000000..b5de367fa5
--- /dev/null
+++ b/mnv/runtime/syntax/generator/README.md
@@ -0,0 +1,26 @@
+# Generator of MNV script Syntax File
+
+This directory contains a MNV script generator, that will parse the MNV source file and
+generate a mnv.mnv syntax file.
+
+Files in this directory were copied from https://github.com/mnv-jp/syntax-mnv-ex/
+and included here on Feb, 13th, 2024 for the MNV Project.
+
+- Maintainer: Hirohito Higashi
+- License: MNV License
+
+## How to generate
+
+ $ make
+
+This will generate `../mnv.mnv`
+
+## Files
+
+Name |Description
+---------------------|------------------------------------------------------
+`Makefile` |Makefile to generate ../mnv.mnv
+`README.md` |This file
+`gen_syntax_mnv.mnv` |Script to generate mnv.mnv
+`update_date.mnv` |Script to update "Last Change:"
+`mnv.mnv.base` |Template for mnv.mnv