This website works better with JavaScript.
Home
Help
Sign In
ben
/
crater
mirror of
https://github.com/earwig/crater
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Start reorganizing for tests; add cloc.sh; fix version.
master
Ben Kurtovic
9 years ago
parent
107d6df949
commit
49237080a2
4 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scripts/cloc.sh
+1
-1
src/version.h
+0
-0
tests/z80/01_basic_math.asm
+0
-0
tests/z80/_header.asm
+ 1
- 0
scripts/cloc.sh
View File
@@ -0,0 +1 @@
cloc src/ tests/ scripts/ crater.c makefile --exclude-ext=sh
+ 1
- 1
src/version.h
View File
@@ -3,4 +3,4 @@
#pragma once
#pragma once
#define CRATER_VERSION "0.1.
0-
dev"
#define CRATER_VERSION "0.1.dev
0
"
tests/01_basic_math.asm → tests/z80/01_basic_math.asm
View File
tests/_header.asm → tests/z80/_header.asm
View File
Write
Preview
Loading…
Cancel
Save