Skip to main content

A library to compile liber.

Project description

Liber

劇本語言Liber使用的解析器。

它主要被用在Librian - 簡明強大的Galgame引擎

文檔

拿Librian的中文文檔https://doc.librian.net湊合一下吧!

使用方法

需要Python3.6以上。

pip install liber
import liber
s = '''
> BG 中庭
潘大爺 「你好啊!」
'''
print(liber.load(s))

輸出:

[
    {'縮進數': 0, '原文': 'BG 中庭', '函數': 'BG', '參數表': [{'a': '中庭'}], '類型': '函數調用'}, 
    {'縮進數': 0, '名': '潘大爺', '代': None, '特效': None, '顏': None, '語': '你好啊!', '類型': '人物對話'}
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liber-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

liber-1.0.0-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page