9551-Dev / C3D

Advanced 3D renderer for the Computercraft minecraft mod
https://c3d.madefor.cc
MIT License
24 stars 1 forks source link

parser_util funcs for layout attributes and calls #34

Closed 9551-Dev closed 1 year ago

9551-Dev commented 1 year ago

parser function for layout attributes of the format name[sub1;sub2] or name[] f:layout_attributes

parser function for function calls of the f(a,b,...) style used for finding macros within provided functions, used in macro.lua. f:function_call