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

[Incomplete] Add lexer #6

Merged
merged 15 commits into from
Dec 27, 2019
Merged

[Incomplete] Add lexer #6

merged 15 commits into from
Dec 27, 2019

Conversation

tjysdsg
Copy link
Owner

@tjysdsg tjysdsg commented Apr 26, 2019

  • Read source file(s)
  • Do lexical analysis

Repository owner deleted a comment from todo bot Aug 14, 2019
@tjysdsg tjysdsg self-assigned this Aug 14, 2019
tjysdsg added 4 commits August 14, 2019 17:37
Fix the bug that the last line in the file cannot be read if it doesn't
end with '\n' (reader.cpp).

Use C++17 instead of 11.

Use hand-written lexer instead of regex-based lexer.

Add some tests for tokenize.
Repository owner deleted a comment from todo bot Aug 15, 2019
Repository owner deleted a comment from todo bot Aug 15, 2019
@tjysdsg tjysdsg force-pushed the master branch 3 times, most recently from 2e63187 to eeeb2f0 Compare August 15, 2019 05:07
Repository owner deleted a comment from todo bot Dec 25, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
Repository owner deleted a comment from todo bot Dec 27, 2019
@tjysdsg tjysdsg changed the title [WIP] Add parser [Incomplete] Add lexer Dec 27, 2019
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.

1 participant