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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor tokenizer a bit.
tavianator
2009-10-29
5
-28
/
+93
*
Don't modify lines, cols, or next in tokenizer helper functions.
Tavian Barnes
2009-10-29
1
-175
/
+207
*
Even more tokenizer work.
Tavian Barnes
2009-10-29
2
-116
/
+95
*
Prefix tokens with DMNSN_T_.
Tavian Barnes
2009-10-29
2
-143
/
+143
*
Tokenize all language directives.
Tavian Barnes
2009-10-29
2
-5
/
+77
*
Complete string parsing.
Tavian Barnes
2009-10-29
1
-6
/
+69
*
Set the locale to `C' during tokenization.
Tavian Barnes
2009-10-28
1
-5
/
+27
*
Search in the same path as the current file for #includes.
Tavian Barnes
2009-10-28
2
-8
/
+28
*
Split tokenizer.sh into multiple tests.
Tavian Barnes
2009-10-28
1
-1
/
+1
*
Store source filename in tokens, give better diagnostics.
Tavian Barnes
2009-10-28
3
-49
/
+76
*
Make '#include' work.
Tavian Barnes
2009-10-28
1
-0
/
+33
*
Tokenize strings and language directives.
Tavian Barnes
2009-10-28
2
-3
/
+147
*
Tokenize keywords.
Tavian Barnes
2009-10-28
2
-11
/
+44
*
Tokenize identifiers.
Tavian Barnes
2009-10-28
2
-6
/
+44
*
Fix line calculation in comment tokenizer.
Tavian Barnes
2009-10-28
1
-0
/
+1
*
Split some tokenizing work out into helper functions.
Tavian Barnes
2009-10-28
1
-56
/
+82
*
Ignore comments in tokenizer.
Tavian Barnes
2009-10-27
1
-4
/
+35
*
Add line and column numbers to tokens.
Tavian Barnes
2009-10-27
2
-1
/
+10
*
Tokenize numeric values.
Tavian Barnes
2009-10-27
2
-2
/
+64
*
Support more symbols in tokenizer.
Tavian Barnes
2009-10-27
2
-20
/
+59
*
Make tokenizer a bit more robust.
Tavian Barnes
2009-10-27
1
-3
/
+19
*
New tokenizer test.
Tavian Barnes
2009-10-27
1
-4
/
+4
*
New mmap-based tokenizer.
Tavian Barnes
2009-10-27
1
-13
/
+33
*
Begin tokenizer.
Tavian Barnes
2009-10-26
4
-5
/
+197
*
Add some command-line options to `dimension' program.
Tavian Barnes
2009-10-26
1
-1
/
+64
*
Begin work on `dimension' client program.
Tavian Barnes
2009-10-26
2
-0
/
+51
[prev]