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

Fix two bugs #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix two bugs #26

wants to merge 1 commit into from

Conversation

wanghc78
Copy link

  1. ast2src cannot handle minus op, issue ast_to_src() bug in processing "unm" operator  #25
  2. parser cannot access \\r\n sequence, part of issue \ is not properly handled in strings #21

@KINFOO
Copy link
Collaborator

KINFOO commented Aug 5, 2014

@fab13n Reviewing this here or on Eclipse git?

@ghost ghost mentioned this pull request Nov 26, 2015
@astadmistry
Copy link

Any update on this PR?

astadmistry added a commit to astadmistry/metalua that referenced this pull request Nov 21, 2019
parser cannot access \\r\n sequence, part of issue 21 ( fab13n#21)

Credits: wanghc78 (fab13n#26)
astadmistry added a commit to astadmistry/metalua that referenced this pull request Nov 21, 2019
ast2src cannot handle minus (fab13n#25)

Credits: wanghc78 (fab13n#26)
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.

3 participants