Metadata-Version: 2.1
Name: mulang
Version: 0.0.1
Summary: 描述
Home-page: https://github.com/MulanRevive/mulan
Author: 无名
Author-email: mulanrevive@gmail.com
License: UNKNOWN
Description: # 声明
        本项目是木兰语言的逆向工程，使用的所有参考信息均从网络公开资料中合法获得。
        
        作者本人不属于任何公司、集体。本项目使用GNU通用公共许可证。对任何人使用此项目产生的任何后果概不负责
        
        本项目是对原木兰语言的逆向工程，部分逻辑完全靠猜想完成，具体代码与原木兰语言的实现没有任何关系，不代表原木兰项目功能、实现方式和代码质量。
        
        ### 运行
        在 Python 3.8.1测试过，在根目录下运行：
        ```
        $ python -m ulang
        Welcome to ulang's REPL..
        Type 'help' for more informations.
        > func test(x) { print(x+1) }
        > test(2)
        3
        ```
        
        ### 大事记
        
        [「MulanRevive」编程语言项目启动](https://zhuanlan.zhihu.com/p/103895446)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
