Module ldoc.lang
Language-dependent parsing of code.
This encapsulates the different strategies needed for parsing C and Lua source code.
Functions
| CC:extract_arg (tl, idx) | here the argument name is always last, and the type is composed of any tokens before |
| Moon:extract_arg (tl, idx) | much like Lua, BUT auto-assign parameters start with @ |