Skip to content

Commit e3bbfaa

Browse files
committed
[skip ci] update docs
1 parent f91e558 commit e3bbfaa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

jscomp/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,20 @@ cd ./runtime; make all
7171
cd ./stdlib; make all
7272
```
7373

74+
# Sub directories
7475

76+
## [stdlib](./stdlib)
77+
78+
A copy of standard library from OCaml distribution(4.02) for fast development,
79+
so that we don't need bootstrap compiler, everytime we deliver a new feature.
80+
81+
- Files copied
82+
- sources
83+
- Makefile.shared Compflags .depend Makefile
84+
- Patches
85+
Most in [Makefile.shared](./stdlib/Makefile.shared)
86+
87+
88+
## [test](./test)
89+
90+
The directory containing unit-test files, some unit tests are copied from OCaml distribution(4.02)

0 commit comments

Comments
 (0)