started chapter 1 scanning

This commit is contained in:
2024-07-09 23:46:41 -04:00
parent 164814ca9d
commit bc70468db2
2 changed files with 49 additions and 0 deletions

10
jlox/Makefile Normal file
View File

@@ -0,0 +1,10 @@
##
# jlox
#
# @file
# @version 0.1
all:
javac -d . Lox.java
# end