エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.
IMP programs have three syntactic entities: Statements Arithmetic expressions (aexps) Boolean exp... IMP programs have three syntactic entities: Statements Arithmetic expressions (aexps) Boolean expressions (bexps) A program consists of a single statement, but statements can contain other statements. Arithmetic expressions are simple expressions that evaluate to integers. Boolean expressions evaluate to true or false. There are no values, other than integers and Booleans. Variables may be assigne



2023/08/09 リンク