Working on lexer first

This commit is contained in:
Krzosa Karol
2022-04-28 13:49:32 +02:00
commit d462892e14
7 changed files with 645 additions and 0 deletions

3
build.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
clang main.c -fdiagnostics-absolute-paths -std=c99 -g -o main.exe -Wl,-subsystem:windows -Wl,user32.lib