# Kagami **Repository Path**: weimingtom/Kagami ## Basic Information - **Project Name**: Kagami - **Description**: Imported from https://github.com/SuzuNakamura/Kagami - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kagami ## What's this? It's a simple and tiny script language.Kagami is originally designed for compiling principle studying, but I'm rebuilding and revising it, in order to make it can be used for writing visual novel.The script processor is implemented with shunting yard algorithm.The name of this project is from Japanese kanji "鏡(かがみ)". ## How to use these codes? Strongly recommend to compile them in Visual Studio 2010 or later version.It can run on Windows only, becuase I write specific codes for Windows only now. ## Something is wrong? I will be glad if anyone post issues. ## License This application is licensed under BSD - 2 clause, just do anything you like. ## 这是什么? 这是一个简单的小型脚本语言,它原来是为了学习编译原理而编写的,现在正在为能用于视觉小说的构建而进行重建和修订。 整个脚本解释器是基于调度场算法进行修改而得来的。这个项目的名字来自日语汉字“鏡(かがみ)”。 ## 怎么使用这些代码? 强烈推荐在Visual Studio 2010及以上的环境进行编译。由于现在的代码只包含针对Windows环境的部分,所以暂时不能在Windows以外的操作系统上运行。 ## 有地方看着不对劲? 给我提交issues我将会非常高兴。 ## 协议 本程序依据BSD - 2 Clause协议公开全部源代码,你可以依据此协议做任何你喜欢的事情。