diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
| commit | 4f2d36194b4f299aa7509d815c07121039ea833b (patch) | |
| tree | f3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /mnv/runtime/syntax/generator/README.md | |
| parent | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff) | |
| download | Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip | |
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/runtime/syntax/generator/README.md')
| -rw-r--r-- | mnv/runtime/syntax/generator/README.md | 26 |
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 |
