Skip to content

Supported python syntax

Andrew Goroshko edited this page Dec 6, 2021 · 1 revision

Adding support of simple python syntax which is supported by EO translator. Right we have already implemented these constructions and their mixes:

  • conditionals - if / else (without elseif)
  • loops - while
  • methods creation - def
  • assigning - simple variable assigning
  • some arithmetic operations - +, -, /, *

Right now we have file system with all these constructions and their combinations.