summaryrefslogtreecommitdiff
path: root/dtc-lexer.l
Commit message (Expand)AuthorAgeFilesLines
* dtc: allow a label: in any dts contextMilton Miller2007-07-071-9/+10
* dtc: Fix recognition of whitespace charactersDavid Gibson2007-06-061-1/+1
* DTC: Incorporate some review suggestions.Jon Loeliger2007-03-281-3/+108
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-1/+38
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-6/+15
* Allow multipart property valuesDavid Gibson2007-02-081-0/+9
* Rudimentary support for reporting the line number of syntax errors.David Gibson2005-10-191-1/+18
* Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson2005-10-141-1/+1
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-1/+25
* Add flex option to stop warning about unused yyunput().David Gibson2005-07-111-1/+1
* Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson2005-07-041-2/+2
* Rudimentary phandle reference support.David Gibson2005-06-161-37/+27
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-7/+16
* Initial commitDavid Gibson2005-06-081-0/+140