Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
A C# tool to generate switch levels from text files. See a working demo of it on EE and the source code for it.
SwitchAsm as of it's current state is fairly immature, but just mature enough to technically work.
Offline
The definition syntax (#{no space}<variable> <value>) could be improved on.
First off using a different symbol than a comment (An @ could work).
Another thing I would personally do (but there are opinions for and against it), is also introduce a colon to separate the variable name from value name.
So new syntax would become "@<name>:<value>" Or in regex (stripping away preceding and trailing white space): "@\s*(?<name>\S(\s*[^\s:])*)\s*:\s*(?<value>\S.*)"
^ First colon found (so any 2nd+ colons are part of value)
Offline
Pages: 1
[ Started around 1732196301.6802 - Generated in 0.084 seconds, 13 queries executed - Memory usage: 1.39 MiB (Peak: 1.49 MiB) ]