tuura / plato

A DSL for asynchronous circuits specification
Other
12 stars 2 forks source link

Improve the boolean parser #88

Closed ARandomOWL closed 6 years ago

ARandomOWL commented 6 years ago

With this commit, the parser can parse variables with numbers. However variables can't start with numbers.

Perhaps we can discuss any other improvements in here.

snowleopard commented 6 years ago

Fine with me! @jrbeaumont Does this look good to you?

jrbeaumont commented 6 years ago

I like it :)

snowleopard commented 6 years ago

OK, merged!

@ARandomOWL Thank you!