We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c4864 commit 2045e44Copy full SHA for 2045e44
include/lex.h
@@ -15,7 +15,7 @@ typedef enum Token_ {lexit, error, digit, other} Token;
15
16
17
/**
18
- <#Description#>
+ 根据输入流生成符号表
19
20
@param istream 输入流
21
@param symtbl 符号表
0 commit comments