Give up on the C parser

This is just going to overcomplicate things. It will not be needed
pretty much at all for the goals of this language.

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
Slendi 2024-03-03 22:20:05 +02:00
parent a88806e1e7
commit fad3f16e04

View File

@ -1,4 +1,4 @@
use rl "raylib.h"
use rl "raylib"
rl.InitWindow 640 480 "Main window"
defer rl.CloseWindow