Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit builtin functions #9

Open
3 tasks
vilterp opened this issue May 12, 2015 · 0 comments
Open
3 tasks

edit builtin functions #9

vilterp opened this issue May 12, 2015 · 0 comments

Comments

@vilterp
Copy link
Owner

vilterp commented May 12, 2015

want to get away with as little parsing and as simple a UI as possible. Must be able to edit:

  • code (bigass monospace-font textarea)
  • argument types/names (Set (Type, String))
  • return types/names (Set (Type, String))

Can probably parse the second two pretty simply with Dandandan/parser, like String foo, Int bar

Editing name should be handled by the elements panel UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant