This website requires JavaScript.
Explore
Help
Sign In
r4
/
lang
Watch
1
Star
0
Fork
0
You've already forked lang
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6f91a71306
lang
/
lex.h
9 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
init
2021-12-21 01:18:22 +01:00
#
ifndef __LEX_H__
#
define __LEX_H__
#
include
"tok.h"
implement basic RAII-ish array management
2021-12-29 21:42:43 +01:00
TokList
lex
(
const
char
*
s
)
;
init
2021-12-21 01:18:22 +01:00
#
endif
/* LEX_H */
Reference in New Issue
Copy Permalink