Extract commonly used Parser code to new Parser component

This commit is contained in:
Jan
2021-03-08 20:06:34 +01:00
parent d96f813e73
commit 8d9080066f
39 changed files with 54 additions and 3 deletions

View File

@ -85,6 +85,7 @@ group ""
include "src/Common.lua"
include "src/Crypto.lua"
include "src/Linker.lua"
include "src/Parser.lua"
include "src/Unlinker.lua"
include "src/Utils.lua"
include "src/ZoneCode.lua"
@ -102,6 +103,7 @@ include "src/ObjWriting.lua"
group "Components"
Common:project()
Crypto:project()
Parser:project()
Utils:project()
ZoneCode:project()
ZoneCodeGeneratorLib:project()