We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
オンラインセッションでの利用を想定した計算機機能を実装する。
まずとりあえず使える程度に実装する。その後ダイスロール等を拡張して BCDice 等のように充実させていければ良いのかな、と。
The text was updated successfully, but these errors were encountered:
Calc: 計算機機能をとりあえず使える程度に実装した
2705d93
refs #39 インタプリタ型 * 構文解析器(文法は PEG で記述、Packrat Parser) * 抽象構文木の生成 * 抽象構文木を評価し、計算結果を返す * 抽象構文木から中置記法の数式を生成する
ダイスロールの表示案。BCDice と OD_TOOL を混ぜた感じに。
2*(1+1)d6+1 > 2 * 2d6 + 1 = 2 * 11[6,5] + 1 = 23
([1...3]+1)d6
Sorry, something went wrong.
GoBCDiceでようやくアルゴリズム(字句解析、構文解析、中置表記、評価)が固まったので、移植すれば実現できるようになりました。RaccでLALR(1)構文解析器を作る方針。
ochaochaocha3
No branches or pull requests
オンラインセッションでの利用を想定した計算機機能を実装する。
まずとりあえず使える程度に実装する。その後ダイスロール等を拡張して BCDice 等のように充実させていければ良いのかな、と。
The text was updated successfully, but these errors were encountered: