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

精读《手写 SQL 编译器 - 词法分析》 #93

Closed
ascoders opened this issue Jul 5, 2018 · 9 comments
Closed

精读《手写 SQL 编译器 - 词法分析》 #93

ascoders opened this issue Jul 5, 2018 · 9 comments

Comments

@ascoders
Copy link
Owner

ascoders commented Jul 5, 2018

又进入精读连载的季节!前端也学一点编译原理,通过后续几期的文章,一步步介绍如何手写一个 SQL 编译器。

系列文章分为:
手写 SQL 编译器 - 词法分析
手写 SQL 编译器 - 文法介绍
手写 SQL 编译器 - 语法分析
手写 SQL 编译器 - 递归下降
手写 SQL 编译器 - 函数式递归下降
手写 SQL 编译器 - 分支预测

如果后续编不下去也许会跳票~

@whinc
Copy link

whinc commented Jul 7, 2018

期待😄

@ascoders ascoders closed this as completed Jul 9, 2018
@dongsuo
Copy link

dongsuo commented Nov 5, 2018

问一下,这几篇文章是译文吗?如果是的话可以给一下原文出处吗?

@ascoders
Copy link
Owner Author

ascoders commented Nov 5, 2018

@dongsuo 是原创的。

@dongsuo
Copy link

dongsuo commented Nov 6, 2018

@ascoders cool !

@jonirrings
Copy link

看了楼主的贴子,捡起了大学没选的课《编译原理》,的确是一门很有意思的课程。🥳

@davidkhala
Copy link

@ascoders 《手写 SQL 编译器 - 词法分析》这是一本实体书么?还是电子书?有原书的链接么?

@ascoders
Copy link
Owner Author

@davidkhala 《手写 SQL 编译器》整个系列都是我原创,背后参考了许多编译原理相关书籍的理论,并结合了实际编码经验汇总而成。

基于这篇文章的代码我也开源了,发出来参考:https://github.com/ascoders/syntax-parser

@JiaLiangC
Copy link

帅的一批

@Echohzy
Copy link

Echohzy commented May 13, 2024 via email

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

7 participants