mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Lexer partially working
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "lexer.h"
|
||||
|
||||
void printToken(Token* token);
|
||||
|
||||
//for processing the command line arguments
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user