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

语言解析器求职 #2

Open
xp44mm opened this issue Apr 12, 2024 · 0 comments
Open

语言解析器求职 #2

xp44mm opened this issue Apr 12, 2024 · 0 comments

Comments

@xp44mm
Copy link

xp44mm commented Apr 12, 2024

你好,我有一种生成AST的技术。利用Fsharp语言,将文本,转化成词法流,将词法流解析成AST树。

用成熟的正则表达式,BNF语法,无限嵌套BNF和正则表达式。这样,将一个大的BNF模块化多个小BNF,降低语法难度,增加了可读性,减少记忆量。语法文件清晰,几乎可以直接作为帮助文档。避免许多手写代码。

见我的代码库:https://github.com/xp44mm/FslexFsyacc

用这个代码库实现的解析器:

https://github.com/xp44mm/UnquotedJson

https://github.com/xp44mm/FSharp.HTML

@xp44mm xp44mm changed the title 求职! 语言解析器求职! Apr 12, 2024
@xp44mm xp44mm changed the title 语言解析器求职! 语言解析器求职 Apr 17, 2024
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