Skip to content

Commit ba84b3a

Browse files
authored
Update README.md
1 parent 023baa5 commit ba84b3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This is a fork of [JHC Haskell Compiler](http://repetae.net/computer/jhc/).
44

55
The source code is split into reusable components and builds with [Haskell Stack](https://docs.haskellstack.org/en/stable/README/).
66

7+
#### Components
8+
- `jhc-compat`: Haskell98 compatibility library
9+
- `jhc-common`: Compiler foundation library
10+
- `jhc-frontend`: Haskell Front-End, lexer, parser, type-checker
11+
- `jhc-core`: Core language, based on [Pure Type System](https://en.wikipedia.org/wiki/Pure_type_system)
12+
- `jhc-grin`: Backend, C code generator, whole program optimizer, variant of GRIN intermediate language
13+
714
### System Requirements
815
- OS: Windows/Linux/OSX
916

0 commit comments

Comments
 (0)