Merge pull request #214 from Chris00/master

Make clear that toplevel = REPL
This commit is contained in:
Rudi Grinberg 2017-11-27 19:14:54 +08:00 committed by GitHub
commit d6e873cafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -2,14 +2,15 @@
See the last announcement for more details: https://sympa.inria.fr/sympa/arc/caml-list/2017-05/msg00124.html See the last announcement for more details: https://sympa.inria.fr/sympa/arc/caml-list/2017-05/msg00124.html
utop - a universal toplevel for OCaml utop — a universal toplevel (i.e., REPL) for OCaml
===================================== ==================================================
utop is an improved toplevel for OCaml. It can run in a terminal or utop is an improved toplevel (i.e., Read-Eval-Print Loop) for
OCaml. It can run in a terminal or
in Emacs. It supports line editing, history, real-time and context in Emacs. It supports line editing, history, real-time and context
sensitive completion, colors, and more. sensitive completion, colors, and more.
It integrates with the tuareg and typerex modes in Emacs. It integrates with the Tuareg and typerex modes in Emacs.
[![Travis build Status](https://travis-ci.org/diml/utop.svg?branch=master)](https://travis-ci.org/diml/utop) [![Travis build Status](https://travis-ci.org/diml/utop.svg?branch=master)](https://travis-ci.org/diml/utop)

View File

@ -1,5 +1,6 @@
Universal toplevel for OCaml Universal toplevel for OCaml
utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for
supports line edition, history, real-time and context sensitive completion, OCaml. It can run in a terminal or in Emacs. It supports line
colors, and more. It integrates with the tuareg mode in Emacs. edition, history, real-time and context sensitive completion, colors,
and more. It integrates with the Tuareg mode in Emacs.