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
/
grammar.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up parser, and make it GLR.
Tavian Barnes
2009-12-21
1
-78
/
+38
*
Differentiate between colors and vectors in the AST.
Tavian Barnes
2009-12-21
1
-6
/
+98
*
Support #declare, #local, and #undef.
Tavian Barnes
2009-12-21
1
-124
/
+145
*
Make symbol table semantics line up with povray's.
Tavian Barnes
2009-12-19
1
-1
/
+1
*
Implement a symbol table.
Tavian Barnes
2009-12-19
1
-410
/
+32
*
Tokenize on-the-fly.
Tavian Barnes
2009-12-17
1
-42
/
+20
*
Add support for color keyword groups.
Tavian Barnes
2009-12-16
1
-0
/
+54
*
Fix vector promotion bug.
Tavian Barnes
2009-12-16
1
-0
/
+1
*
Add cameras to grammar.
Tavian Barnes
2009-11-26
1
-8
/
+77
*
Implement background colors.
Tavian Barnes
2009-11-26
1
-2
/
+19
*
Add vector promotion.
Tavian Barnes
2009-11-25
1
-6
/
+9
*
Fix binary vector arithmetic expressions.
Tavian Barnes
2009-11-25
1
-1
/
+1
*
Implement point lights.
Tavian Barnes
2009-11-25
1
-2
/
+13
*
Use the dmnsn_ prefix for flex/bison generated sources.
Tavian Barnes
2009-11-25
1
-0
/
+2
*
Support solid-color pigments.
Tavian Barnes
2009-11-25
1
-7
/
+5
*
Change grammar indenting scheme.
Tavian Barnes
2009-11-25
1
-217
/
+222
*
Add textures and pigments to grammar.
Tavian Barnes
2009-11-25
1
-10
/
+92
*
Support scaling and translation transformations.
Tavian Barnes
2009-11-25
1
-3
/
+11
*
Use FLOAT_EXPR in VECTOR_LITERAL rather than FLOAT.
Tavian Barnes
2009-11-25
1
-4
/
+6
*
Implement object modifiers and rotation.
Tavian Barnes
2009-11-25
1
-3
/
+43
*
Support vector component extraction.
Tavian Barnes
2009-11-24
1
-16
/
+74
*
Support vector arithmetic.
Tavian Barnes
2009-11-24
1
-7
/
+178
*
Use associative operators in grammar.
Tavian Barnes
2009-11-24
1
-30
/
+25
*
Rename flex and bison input files.
Tavian Barnes
2009-11-24
1
-0
/
+1119