Initial commit
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 14 Dec 2018 07:05:32 +0000 (01:05 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 14 Dec 2018 07:05:32 +0000 (01:05 -0600)
commit2f493c870bf6bcee20650b604cb4b13e34fb2e31
treede8a76c4b6f90374fd77a5bda6a1a949d7a29797
Initial commit
15 files changed:
christmas_proj [new file with mode: 0755]
christmas_proj.nimble [new file with mode: 0644]
data/progs/test.lgt [new file with mode: 0644]
data/shaders/basic.frag [new file with mode: 0644]
data/shaders/basic.vert [new file with mode: 0644]
docs/plan.txt [new file with mode: 0644]
src/christmas_proj.nim [new file with mode: 0644]
src/gfx/glutils.nim [new file with mode: 0644]
src/gfx/window.nim [new file with mode: 0644]
src/lang/ast.nim [new file with mode: 0644]
src/lang/lexer.nim [new file with mode: 0644]
src/lang/parser.nim [new file with mode: 0644]
src/lang/tokens.nim [new file with mode: 0644]
src/lang/types.nim [new file with mode: 0644]
src/utils/iter.nim [new file with mode: 0644]