gradual-verification / gradual-TEAL

Gradual Verification for Teal
Mozilla Public License 2.0
1 stars 0 forks source link

Problem with writing comments below "import libraries" #3

Open JudySun233 opened 1 year ago

JudySun233 commented 1 year ago

It is right now not supported to write comments directly after the import libraries codes.

For example, the following is not allowed:

import base64
#single line comment

There occurs problems with libraries ending with A-Za-z0-9_.

However, other ones work, e.g.

import base64" 
#single line comment

Adding comments anywhere else is allowed.

janpaulpl commented 1 year ago

Fixed in https://github.com/gradual-verification/gradual-TEAL/commit/65f15b53e83234f4e182b6a31fb43fcd56d99976