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

add prefix argument fixes #23 #32

Merged
merged 2 commits into from
Oct 17, 2015
Merged

Conversation

drewwells
Copy link
Contributor

This makes it possible to modify the yy prefix on all variables. If you are using this with yacc, it must use the same prefix or compile errors will occur.

Example usage:

-> % nex -p YY desk.nex && go tool yacc -p YY desk.y && go run desk.nn.go y.go

@blynn
Copy link
Owner

blynn commented Oct 17, 2015

Thanks very much for your contributions!

I'm getting merge conflicts with this one though. Can you take a look?

@drewwells
Copy link
Contributor Author

It needs to be rebased on #31 I'll do that

On Sat, Oct 17, 2015, 1:08 AM Ben Lynn notifications@github.com wrote:

Thanks very much for your contributions!

I'm getting merge conflicts with this one though. Can you take a look?


Reply to this email directly or view it on GitHub
#32 (comment).

@drewwells
Copy link
Contributor Author

Sorry about the huge diff. I moved the lexer text into a separate string outside of the func. git didn't like this!

blynn added a commit that referenced this pull request Oct 17, 2015
@blynn blynn merged commit c406831 into blynn:master Oct 17, 2015
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

Successfully merging this pull request may close these issues.

2 participants