-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- extend grammar to multi-line statements @julia-sprenger Add draft version of multi-line grammar #7
- add variable assignments to grammar @julia-sprenger Add assignment grammar #8
- extend grammar to arrays (incl basic indexing in arange-style) @gschnabel implement arrays #6
- support float point numbers @thomasms First attempt at adding float support #9
- support 10E-1 notation @thomasms First attempt at adding float support #9
- add grammar support for line comments (to be extended to inline comments at some point) @gschnabel
Reminder: Don't forget to add tests (pytest).
- make eval functions more flexible (see implement arrays #6 (comment)) s Potentially good to exploit the visitor pattern - to be investigated @thomasm @gschnabel
- add type hints @gschnabel
- logical expression parsing @julia-sprenger (Add first version of logic grammar #11)
- if ... else
- loops
- function definitions
Metadata
Metadata
Assignees
Labels
No labels