Finish Chapter 16
Implement basic parsing / scanner Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
6
include/compiler.h
Normal file
6
include/compiler.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef clox_compiler_h
|
||||
#define clox_compiler_h
|
||||
|
||||
void compile(const char *source);
|
||||
|
||||
#endif /* clox_compiler_h */
|
||||
Reference in New Issue
Block a user