mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
wrong version
This commit is contained in:
parent
8616028534
commit
ed61b3ce0b
5 changed files with 45 additions and 8 deletions
13
script.d
13
script.d
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
REPL plan:
|
||||
easy movement to/from a real editor
|
||||
can edit a specific function
|
||||
repl is a different set of globals
|
||||
maybe ctrl+enter to execute vs insert another line
|
||||
|
||||
write state to file
|
||||
read state from file
|
||||
state consists of all variables and source to functions
|
||||
|
||||
Steal Ruby's [regex, capture] maybe
|
||||
*/
|
||||
/++
|
||||
A small script interpreter that builds on [arsd.jsvar] to be easily embedded inside and to have has easy
|
||||
two-way interop with the host D program. The script language it implements is based on a hybrid of D and Javascript.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue