Mercurial > hg > CbC > CbC_llvm
diff docs/tutorial/OCamlLangImpl1.rst @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 7d135dc70f03 |
children | 3a76565eade5 |
line wrap: on
line diff
--- a/docs/tutorial/OCamlLangImpl1.rst Tue Jan 26 22:56:36 2016 +0900 +++ b/docs/tutorial/OCamlLangImpl1.rst Fri Nov 25 19:14:25 2016 +0900 @@ -106,7 +106,7 @@ JIT compilation with a simple command line interface, etc. Because we want to keep things simple, the only datatype in Kaleidoscope -is a 64-bit floating point type (aka 'float' in O'Caml parlance). As +is a 64-bit floating point type (aka 'float' in OCaml parlance). As such, all values are implicitly double precision and the language doesn't require type declarations. This gives the language a very nice and simple syntax. For example, the following simple example computes