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

Typed argument #11

Open
alehander92 opened this issue Oct 2, 2018 · 0 comments
Open

Typed argument #11

alehander92 opened this issue Oct 2, 2018 · 0 comments

Comments

@alehander92
Copy link
Owner

Currently gara manages to transform the matches only based on untyped info. I actually like that a lot: it depends on a minimum of knowledge and for the same syntax input it always generates the same output, which is kinda cool.

Still, this has some problems:

  • The generated code is full of when which is kinda confusing: we can generate very readable code which helps debugging
  • Error reporting could use some help by type info

Let's start using the type info for arg

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