Basic lexer

This commit is contained in:
CHatingPython
2026-05-24 14:57:57 +02:00
commit 28f6deaba5
12 changed files with 458 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(furlang VERSION 0.0.0 LANGUAGES CXX)
add_subdirectory(furlang)
add_subdirectory(furc)