mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
e9ca911e34
won't be processed except for escape characters, so that escaped braces can be used within. If an uneven number of curly braces are within a token, it will be misparsed, so escaped braces are important if you don't want them to be considered in the parsing of the token. Ideally, braces within quotes within braces should not need to be escaped, but this would require a redesign of the parser to be recursive. Maybe I will do this later. |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |