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

TODO #7

Open
16 of 23 tasks
harukasan opened this issue Sep 6, 2016 · 0 comments
Open
16 of 23 tasks

TODO #7

harukasan opened this issue Sep 6, 2016 · 0 comments

Comments

@harukasan
Copy link
Owner

harukasan commented Sep 6, 2016

Scanner

  • new line (8.3)
  • semicolon terminator (8.3)
  • whitespace (8.4)
  • escape new line (8.4)
  • comment (8.5)
  • multi line comment (8.5)
  • END (8.6)
  • keywords (8.7.2)
  • identifiers (8.7.3)
  • delimiters (8.7.4)
  • operators (8.7.5)
  • number literals (8.7.6.2)
  • single quoted string (8.7.6.3.2)
  • double quoted string (8.7.6.3.3)
  • here document (8.7.6.3.6)
  • persent string (8.7.6.3.4, 8.7.6.3.5)
  • external command (8.7.6.3.7)
  • array literal (8.7.6.4)
  • regexp (8.7.6.5)
  • symbol (8.7.6.6)

Parser

  • AST
  • IR

...

  • TBD
@harukasan harukasan changed the title Scanner implementation TODO Sep 13, 2016
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