aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-06 11:14:45 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-06 11:14:45 +0000
commitf1d5992a4970b604bd6eb71db4db52019d320fec (patch)
treea1656a50b4d57fc3db9126b7a9ce863aea37cecd /test_lexer.sh
parentbc3afbc163f176e6db5d935953908c8d00d917a5 (diff)
downloadCompiler-f1d5992a4970b604bd6eb71db4db52019d320fec.tar.gz
Compiler-f1d5992a4970b604bd6eb71db4db52019d320fec.zip
Finished the lexer
Diffstat (limited to 'test_lexer.sh')
-rwxr-xr-xtest_lexer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_lexer.sh b/test_lexer.sh
index 6093816..b103764 100755
--- a/test_lexer.sh
+++ b/test_lexer.sh
@@ -16,5 +16,5 @@ echo "========================================="
echo " Testing lexer"
cpp test/test_lex.c test/pre_processed_test_lex.c
-#cat test/pre_processed_test_lex.c | ./bin/c_lexer | tee test/output.json
-cat test/test_lex.c | ./bin/c_lexer | tee test/output.json
+cat test/pre_processed_test_lex.c | ./bin/c_lexer | tee test/output.json
+#cat test/test_lex.c | ./bin/c_lexer | tee test/output.json