Jeffrey Pfau
|
908e61f415
|
All: Add clang-format options and run them
|
2015-06-29 20:45:08 -07:00 |
|
Jeffrey Pfau
|
f6a7fedb28
|
All: Add MPL 2.0 license and associated headers
|
2014-12-03 00:39:06 -08:00 |
|
Jeffrey Pfau
|
344364695e
|
Fix parsing of numbers starting with 0 (and disregarding octal)
|
2014-10-23 01:53:18 -07:00 |
|
Jeffrey Pfau
|
ca5f7a45ee
|
Move string utilities out to separate file (really fixing Linux build this time)
|
2014-10-19 03:01:26 -07:00 |
|
Jeffrey Pfau
|
6aee0693ec
|
Add support for 0b-style literals
|
2014-10-10 02:38:05 -07:00 |
|
Jeffrey Pfau
|
fd1128f90a
|
Fix 0 not being recognized as a valid token
|
2014-10-10 02:33:50 -07:00 |
|
Jeffrey Pfau
|
3cd0b50bce
|
Add phony strndup implementation for when we do not have one
|
2014-09-30 22:05:07 -07:00 |
|
Jeffrey Pfau
|
5958d8c0da
|
Fix missing value for divide precedence
|
2014-07-12 18:41:11 -07:00 |
|
Jeffrey Pfau
|
4638e4a017
|
Add parenthesis support
|
2014-07-12 17:58:03 -07:00 |
|
Jeffrey Pfau
|
a58f8f8675
|
Support identifiers
|
2014-07-12 17:25:51 -07:00 |
|
Jeffrey Pfau
|
b89d6216ac
|
Free identifiers
|
2014-07-12 17:13:58 -07:00 |
|
Jeffrey Pfau
|
ce1dd4416f
|
Proper parser, without identifier support currently
|
2014-07-12 17:12:35 -07:00 |
|