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

Bug in Slang Shell Parser #18

Open
yaoyj11 opened this issue Jun 14, 2019 · 3 comments
Open

Bug in Slang Shell Parser #18

yaoyj11 opened this issue Jun 14, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@yaoyj11
Copy link

yaoyj11 commented Jun 14, 2019

I have a defcall like this:

defcon advertiseRouteSD(?SrcIP,?DstIP,?Path,?Target,?Src,?Len):-
?PathToken := label("Path/?Src/?SrcIP/?DstIP/?Len ($Version)"),
?TagSubjectSet := label("tags($Version)")
{
...
}

The "?SrcIP" in the PathToken label is parsed as "?{Src}IP", instead of "?{SrcIP}"

@ibaldin
Copy link
Contributor

ibaldin commented Jun 14, 2019

@yaoyj11 do you expect to fix this yourself?

@ibaldin ibaldin added the bug Something isn't working label Jun 14, 2019
@yaoyj11
Copy link
Author

yaoyj11 commented Jun 21, 2019

I will try.

@yaoyj11 yaoyj11 closed this as completed Jun 21, 2019
@ibaldin ibaldin reopened this Jun 21, 2019
@ibaldin
Copy link
Contributor

ibaldin commented Jun 21, 2019

Has this been fixed? Why are we closing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants