diff options
author | Yuchen Pei <hi@ypei.me> | 2022-01-30 17:16:36 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-01-30 17:16:36 +1100 |
commit | 3eb04547355c49b986e884e028652ac50762089b (patch) | |
tree | a94ea4b0f02d98a88ac4ad0f16863db20a027bbd /JackCompiler.hs | |
parent | 4ae42daaca0fb7c909f736997f227c51a48f6c7b (diff) |
minor editspublic
Diffstat (limited to 'JackCompiler.hs')
-rw-r--r-- | JackCompiler.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/JackCompiler.hs b/JackCompiler.hs index f651f62..d0c375b 100644 --- a/JackCompiler.hs +++ b/JackCompiler.hs @@ -1,4 +1,5 @@ --- Jack Compiler, as the coursework of Project 11 of Nand2Tetris course (http://nand2tetris.org/). +-- Jack Compiler, as the coursework of Project 11 of Nand2Tetris +-- course (http://nand2tetris.org/). -- Author: Yuchen Pei (me@ypei.me) -- Date: 2018-01-15 {-# LANGUAGE FlexibleContexts #-} |