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

[Lexer] Unicode Escape Sequence #16

Closed
LuoZijun opened this issue Apr 23, 2019 · 4 comments
Closed

[Lexer] Unicode Escape Sequence #16

LuoZijun opened this issue Apr 23, 2019 · 4 comments

Comments

@LuoZijun
Copy link

Lines: https://github.com/jasonwilliams/boa/blob/master/src/lib/syntax/lexer.rs#L237-L240

It seems that support for Unicode escape sequences is not perfect. Is there a plan to create a complete Lexer and Parser ?

@jasonwilliams
Copy link
Member

@LuoZijun thanks for raising this.
Hopefully if i can, but if it proves too difficult we can switch to using a complete lever and parser already available.
It’s not a decision I’ve made yet, was this something you wanted to work on?

@LuoZijun
Copy link
Author

I'm trying to write a complete Lexer and Parser, But not not finished yet :(

https://github.com/LuoZijun/es

@jasonwilliams
Copy link
Member

@LuoZijun that’s awesome!
Maybe room for collaboration or to share some tips? What’s the best way to contact you?

@LuoZijun
Copy link
Author

Yeah, I think we can share the same parser in the future ( Maybe ).

Email: luozijun.assistant@gmail.com

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

2 participants