-
Notifications
You must be signed in to change notification settings - Fork 5
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
使用方面 #9
Comments
https://github.com/vczh-libraries/Workflow/tree/master/Source/Parser/Syntax 参考一下这里,用
|
好的,我今天试一下,谢谢 |
不知道是不是版本的问题,我用这种格式
就报错 -> Missing /Parser/Asts/Ast@file[@name="Ast"]. 看源码, 发现得改成这种才行
|
报错的这个是新版本的,正好我还没出新的release版本号。你如果再1.2.7.0或者以前的话,syntax确实只支持一个文件的。不过Release Repo里面的代码只是还差GacUI的几个bug,如果你只用VlppParser2的话,你可以直接用了,我觉得我从现在到出release中间不会修改VlppParser2了。 如果你现在在1.2.7.0或者以前的话,以后升级到新版本,就必须改成报错的那种写法了。如果你的语法很复杂(就像我上面Workflow的例子一样),多文件的syntax可以让你的语法变得清晰一点,因为里面加了新的关键字,可以约束本syntax文件只有若干个rule name可以被其他syntax文件看到。 如果你的syntax至始至终都只有一个文件的话,那以后升级只需要改xml就可以了。 |
我可以自定义一些语法,用这个库来进行解析吗
The text was updated successfully, but these errors were encountered: