split teal compiler to multi modules #394
Replies: 1 comment 1 reply
-
This is exactly an issue I was going to open today ^^ with a possible solution! What I'm thinking about is like you said, splitting the main code in multiple modules, but for distribution it's not good, it is simpler to have a single file like single file gen: tl distributions: For example the normal distribution would include main tl modules, then another compiler-debug distribution could include additional tools to debug issues with the compiler. |
Beta Was this translation helpful? Give feedback.
-
tl.tl
is tooo long, may be we can split it to multi modules, likelexer
parser
std_types
and so on.It's not easy for new users(for example, me) to contribute to the project.
Beta Was this translation helpful? Give feedback.
All reactions