aboutsummaryrefslogtreecommitdiff
path: root/dtc-lexer.l
AgeCommit message (Expand)AuthorFilesLines
2007-02-08Allow multipart property valuesDavid Gibson1-0/+9
2005-10-19Rudimentary support for reporting the line number of syntax errors.David Gibson1-1/+18
2005-10-14Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson1-1/+1
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-1/+25
2005-07-11Add flex option to stop warning about unused yyunput().David Gibson1-1/+1
2005-07-04Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson1-2/+2
2005-06-16Rudimentary phandle reference support.David Gibson1-37/+27
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-7/+16
2005-06-08Initial commitDavid Gibson1-0/+140