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

Handle position before instruction for macro name completion #102

Open
jansorg opened this issue Dec 21, 2018 · 0 comments
Open

Handle position before instruction for macro name completion #102

jansorg opened this issue Dec 21, 2018 · 0 comments

Comments

@jansorg
Copy link
Owner

jansorg commented Dec 21, 2018

parameter unit;
storage unit;
code {
       PUSH (pair int (pair bool bool)) (Pair 123 (Pair True True)); $Caret$

       DROP;
       DROP;
       UNIT;
       NIL operation;
       PAIR
     }

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

No branches or pull requests

1 participant