Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Mar 7, 2011
1 parent 6c7a426 commit 31fbb2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/ocaml/OCaml.tex.nw
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Yoann Padioleau\\
%emacs mode, cf later

%package manager, cf later
% ocamlfind and findlib

\chapter{Installing OCaml}

Expand Down Expand Up @@ -247,7 +248,8 @@ Yoann Padioleau\\
% link to emacs C-c C-t, see more later

<<foo.ml>>=
@
let x = 1
@

\section{Command line arguments}

Expand Down Expand Up @@ -450,6 +452,10 @@ Amazing debugger. Can go back in time.

\url{http://en.wikipedia.org/wiki/Objective_Caml}

% chailloux chapter on internals !!! great way to understand
% how things work, and you need that to be proficient, know what
% cost things (not like lisp programmer ... cf quote)

\section{\ocaml tutorials}

\url{http://www.ocaml-tutorial.org}
Expand Down
5 changes: 5 additions & 0 deletions lang_js/parsing/ast_js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ module PI = Parse_info
(* Prelude *)
(*****************************************************************************)

(* spec: http://www.ecmascript.org/ and the ecma-262 document.
*
* See also http://en.wikipedia.org/wiki/ECMAScript
*)

(*****************************************************************************)
(* The AST related types *)
(*****************************************************************************)
Expand Down

0 comments on commit 31fbb2c

Please sign in to comment.