index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dimension
/
directives.rules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't make empty child arrays when parsing.
Tavian Barnes
2011-04-06
1
-6
/
+3
*
Fully implement POV-Ray transformations.
Tavian Barnes
2010-06-17
1
-1
/
+6
*
Use C99 for loop initializers.
Tavian Barnes
2010-05-05
1
-5
/
+4
*
Have dmnsn_diagnostic() take a dmnsn_parse_location.
Tavian Barnes
2010-04-18
1
-14
/
+6
*
Use $var instead of __var__ for internal symbols.
Tavian Barnes
2010-03-23
1
-5
/
+5
*
Implement macro support.
Tavian Barnes
2010-03-23
1
-15
/
+110
*
Support the ternary operator.
Tavian Barnes
2010-03-22
1
-36
/
+2
*
Support logical ! operator.
Tavian Barnes
2010-03-22
1
-0
/
+3
*
Parse interiors.
Tavian Barnes
2010-02-25
1
-0
/
+1
*
Support stream directives.
Tavian Barnes
2010-02-11
1
-0
/
+17
*
Support #include.
Tavian Barnes
2010-02-09
1
-1
/
+5
*
"Support" the #version directive.
Tavian Barnes
2010-02-05
1
-0
/
+7
*
Fix #line off-by-one :)
Tavian Barnes
2010-02-03
1
-1
/
+1
*
Support #ifdef and #ifndef.
Tavian Barnes
2010-02-02
1
-0
/
+12
*
Add #line markers to {common,grammar,directives}.{prologue,declarations,...}.
Tavian Barnes
2010-02-02
1
-0
/
+2
*
Use dmnsn_new_ast_integer() in parsers.
Tavian Barnes
2010-02-02
1
-7
/
+1
*
Implement #if.
Tavian Barnes
2010-02-02
1
-0
/
+51
*
Implement #declare, #local, and #undef in middle tier.
Tavian Barnes
2010-02-01
1
-0
/
+35