chapter 5

This commit is contained in:
2018-07-24 15:30:43 +02:00
parent 1afbd21973
commit 6ac116c169
2 changed files with 33 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
require './rlox/prompt'
require './rlox/file'
require './rlox/expression'
case ARGV.length
when 0 then prompt