Module trial.discovery.code
A module containing parsing code utilities
Functions
Name | Description |
---|---|
camelToSentence(name)
|
Converts a string from camel notation to a readable sentence |
getModuleName(fileName)
|
Get the module name of a DLang source file |
Structs
Name | Description |
---|---|
DLangAttribute
|
|
TokenIterator
|
An iterator that helps to deal with DLang tokens |