Skip to content

Commit

Permalink
[cleanup] libbsl: typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa committed Aug 8, 2012
1 parent 9664b2c commit b2a3780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/libbsl/bslJs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
Note about some duplication of code between BslOCaml and BslJs:
The previous of libbsl was implemented using a functor for sharing some part of this process.
The experience has shown that the tratement done on Javascript and Ocaml is quite different,
which has lead to have a complexe code in the argument of the functor, not very natural.
The experience has shown that the treatment done on Javascript and Ocaml is quite different,
which led to complex code in the argument of the functor, not very natural.
I (mathieu) think that proceding now with 2 different files is more relax, the implementation
can be different, without hacking the interfaces of functors and args.
Expand Down Expand Up @@ -328,7 +328,7 @@ let debug fmt =

(**
regexp used to process bypass alias : when a user use %%BslSource.BslModule.bslkey%%,
the bsl preprocessor replace the alias by it's implementation
the bsl preprocessor replaces the alias by its implementation
Str.full_split split_regexp "texte %%BslCps.Notcps_compatibility.thread_context%%; texte ";;
*)
let split_regexp = Str.regexp "%%[ ]*[a-zA-Z\\._]+[ ]*%%";;
Expand Down

0 comments on commit b2a3780

Please sign in to comment.