Skip to content

Commit 2045e44

Browse files
committed
update
1 parent 24c4864 commit 2045e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/lex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ typedef enum Token_ {lexit, error, digit, other} Token;
1515

1616

1717
/**
18-
<#Description#>
18+
根据输入流生成符号表
1919
2020
@param istream 输入流
2121
@param symtbl 符号表

0 commit comments

Comments
 (0)