summaryrefslogtreecommitdiff
path: root/hscript/key.hh
AgeCommit message (Expand)AuthorFilesLines
2020-05-26hscript: Convert 'int line' to a ScriptLocation objectA. Wilcox1-11/+12
2020-02-26hscript: Refactor Keys to be owned by a Script*A. Wilcox1-10/+13
2019-11-07hscript: nevermind, that causes obj sizes to bloatA. Wilcox1-1/+1
2019-11-07hscript: Key dtor doesn't need out-of-line definitionA. Wilcox1-1/+1
2019-10-28hscript: Make line a long for alignmentA. Wilcox1-3/+3
2019-10-18hscript: Mark more stuff as unreachable for LCOVA. Wilcox1-0/+2
2019-10-13hscript: Pass data by referenceA. Wilcox1-5/+7
2019-10-12hscript: Key members are always /const/A. Wilcox1-2/+2
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox1-4/+5
2019-10-08hscript: Ensure Key vtable isn't duped in every objectA. Wilcox1-1/+1
2019-10-08hscript: Add StringKey helper classA. Wilcox1-1/+18
2019-10-08hscript: CodeA. Wilcox1-4/+10
2019-10-07hscript: Generalise BooleanKey failure mode for all keysA. Wilcox1-1/+4
2019-10-07hscript: Fix up Key class, add BooleanKey classA. Wilcox1-4/+36
2019-10-07hscript: Add parameters to parseFromDataA. Wilcox1-1/+6
2019-10-07hscript: Implement key validity testA. Wilcox1-1/+1
2019-10-06More API stuffA. Wilcox1-5/+14
2019-10-05More API workA. Wilcox1-3/+0
2019-10-05Un-plugin the architecture of the APIA. Wilcox1-18/+0
2019-10-05More API draftingA. Wilcox1-7/+20
2019-10-05Initial prototype for a script parsing APIA. Wilcox1-0/+45