Skip to content

Bython parser improvement#31

Open
filipefjn wants to merge 36 commits into
mathialo:masterfrom
filipefjn:master
Open

Bython parser improvement#31
filipefjn wants to merge 36 commits into
mathialo:masterfrom
filipefjn:master

Conversation

@filipefjn

@filipefjn filipefjn commented May 30, 2019

Copy link
Copy Markdown

Reimplemented the parser function to use recursion. This implementation allowed it to be more consistent. Also, the following features were implemented:

  • Detection of C style comments (/* */)
  • Fixed python dictionaries (= { })
  • Added a CLI option "--debug" that outputs the scope detection
  • Other minor fixes

I've also changed the version from 0.8 to 0.9.

Notes:

  • Detection of C++ style comments (//) was removed due to a conflict with the python '//' operator

filipefjn added 30 commits May 15, 2019 20:12

@sairam4123 sairam4123 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

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.

3 participants