Skip to content

Commit 66656f8

Browse files
author
Hongbo Zhang
committedOct 5, 2016
support -Ixx?a,b syntax fix several bugs in bspp, make bspp stand alone much smaller
1 parent 4033ff5 commit 66656f8

22 files changed

+2642
-17156
lines changed
 

‎jscomp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ snapshotml:./bin/bspack.exe ./bin/compiler.mllib
6363
$< -bs-log-mllib bin/bsppx.mllib -prelude-str 'module Config = Config_bsppx' -bs-exclude-I config -I ../ocaml/utils/ -I ../ocaml/parsing/ -I common -I ext -I syntax -bs-main bsppx_main.ml -o bin/bsppx.ml
6464
$< -bs-log-mllib bin/whole_compiler.mllib -prelude-str 'module Config = Config_whole_compiler' -bs-exclude-I config -o bin/whole_compiler.ml -bs-main js_main.ml -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/typing/ -I ../ocaml/bytecomp/ -I ../ocaml/driver/ -I ext -I syntax -I depends -I common
6565
$< -bs-log-mllib bin/bsdep.mllib -prelude-str 'module Config = Config_bsdep' -bs-exclude-I config -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/driver -I common -I ext -I syntax -I depends -bs-main bsdep_main.ml -o bin/bsdep.ml
66-
$< -bs-log-mllib bin/bspp.mllib -prelude-str 'module Config = Config_bspp' -bs-exclude-I config -I ../ocaml/utils/ -I ../ocaml/parsing/ -I common -I ext -I syntax -I depends -bs-main bspp_main.ml -o bin/bspp.ml
66+
NO_DOCSTRINGS=true $< -bs-log-mllib bin/bspp.mllib -prelude-str 'module Config = Config_bspp' -bs-exclude-I config -I ../ocaml/utils/ -I ../ocaml/parsing?parser -I common -I ext -I syntax -I depends -I bspp -bs-main bspp_main.ml -o bin/bspp.ml
6767

6868

6969
snapshotcmj:

0 commit comments

Comments
 (0)