package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

Add 非終結符表達式,用於解析加法表達式.
Number 終結符表達式,用於解析數字.
Parser 解析器,用於解析表達式.
Subtract 非終結符表達式,用於解析減法表達式.

# Interfaces

Expression 定義了抽象表達式接口.