readme

来自「用YACC实现的一个小的编译工具」· 代码 · 共 14 行

TXT
14
字号
EXAMPLE 1: TREESThis initial examples introduces the basic concepts of Memphis.Domain declarations introduce data types by listing alternativeways to construct hierarchical values values.Match statements allow the processing of these values by giving rules forthe alternatives. Rules are selected by matching a value against a posiblynested pattern.The example defines a data type Tree and function that traversesvalues of this type.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?