ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
320 stars 52 forks source link

Changed Parsing Method of Identifiers #138

Open hexofyore opened 1 year ago

hexofyore commented 1 year ago

@ISibboI Sorry. I just checked the test i ran and forgot to run full test. I will look at it. Meanwhile, you can check the logic.

hexofyore commented 1 year ago

@ISibboI Is there wrong with the new one?

benwr commented 1 year ago

(randomly happened to see this PR - wanted to chime in to say that I've actually benefitted a lot from the flexibility in identifier names, since it lets you define custom conventions that "look like" special syntax but are actually implemented by the Context)

hexofyore commented 1 year ago

Ok. I will probably do this after this weekend.