summaryrefslogtreecommitdiff
path: root/conf/parser.go
AgeCommit message (Collapse)Author
2016-12-28Finish parsing of keyvaluesSilvan Jegen
2016-12-27Parse more of our current config formatSilvan Jegen
2016-12-25Start writing the parserSilvan Jegen
2016-12-25Implement our own scannerSilvan Jegen
This allows us to record byte offset and line number in the token.
2016-12-25Implement lexer based on ScannerSilvan Jegen
We also add the skeleton of a recursive descent parser.