LightAndLight / ipso

A functional scripting language.

Home Page:https://ipso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`instance Debug Cmd`

LightAndLight opened this issue · comments

Cmds should have a debug instance:

> debug `command`
`command`

> let arg = "arg" in debug `command $arg`
`command arg`

Tasks

  • Implement instance Debug Cmd
  • Add examples
  • Document - 03ac151