Node for Parser

DongWook Lee·2020년 1월 31일
0

ParadoxGameData

목록 보기
3/6

A = { x = 1 }

in ClauParser,
UserType ut("A");
ut.AddItemType("x", "1");

A = { } ... UserType -> Node
x = 1 ... ItemType -> Node

profile
Interested in C/C++, Parsing, Parallel Processing and Simulation.

0개의 댓글