summaryrefslogtreecommitdiff
path: root/src/genjsbind-lexer.l
Commit message (Collapse)AuthorAgeFilesLines
* The name of teh tool is nsgenbind correct this everywhereVincent Sanders2012-10-231-154/+0
|
* add includes in binding files to allow binding definitions to be split upVincent Sanders2012-10-211-1/+40
|
* allow teh binding to specify contents for operationsVincent Sanders2012-10-041-4/+6
|
* fix private data geenration and useVincent Sanders2012-09-271-3/+1
|
* clean up AST building for both parsersVincent Sanders2012-09-101-0/+1
|
* add copyright and licence noticesVincent Sanders2012-09-071-2/+6
|
* fixup error reporting to give linenumberVincent Sanders2012-09-071-15/+35
|
* complete binding section parseVincent Sanders2012-09-071-1/+1
|
* move towards having a binding stanzaVincent Sanders2012-09-061-1/+21
|
* add preamble blocks delinited by [[[ and ]]]Vincent Sanders2012-09-061-0/+14
| | | | Improve separation of binding file handling
* initial output generationVincent Sanders2012-09-061-0/+4
|
* make tests workVincent Sanders2012-09-051-0/+52
add basic commandlien handling