aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 22:53:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 22:53:48 +0000
commit733e278a3c20988cfe1ae386fe057945a805bbb3 (patch)
tree33768c321ed595677a456c2c104944df275a4b5e /test_lexer.sh
parente05e2206c362c541766c0b12abdfd4355c4b232a (diff)
downloadCompiler-733e278a3c20988cfe1ae386fe057945a805bbb3.tar.gz
Compiler-733e278a3c20988cfe1ae386fe057945a805bbb3.zip
[Doc] Writing more
Diffstat (limited to 'test_lexer.sh')
-rwxr-xr-xtest_lexer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_lexer.sh b/test_lexer.sh
index c9904ee..ee61e18 100755
--- a/test_lexer.sh
+++ b/test_lexer.sh
@@ -17,4 +17,4 @@ echo " Testing lexer"
cpp c_lexer/test/test_lex.c c_lexer/test/pre_processed_test_lex.c
cat c_lexer/test/pre_processed_test_lex.c | bin/c_lexer | tee c_lexer/test/output.json
-#cat test/test_lex.c | ./bin/c_lexer | tee test/output.json
+# cat test/test_lex.c | ./bin/c_lexer | tee test/output.json