Browse thread
a question
- Freddy Mang
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Freddy Mang <fmang@c...> |
| Subject: | a question |
Hi, I am trying to write a Tk text widget that emulates a command window, from which the user can type a Caml function and have it executed. One functionality I need from Caml is that, given a string such as "let x = fib 5;;", Caml can parse it and execute it. Is there any way I can get Caml to do this, or am I doing it in a correct way? Many thanks, Freddy