Skip to content

New Pyxie Release 0.0.14

Compare
Choose a tag to compare
@sparkslabs sparkslabs released this 02 Nov 11:00
· 221 commits to master since this release

New

  • clib - this will be a collection of C++ code that can be directly or indirectly used in generated programs. Current focus is iterators
  • C++ generator support - to support C++ iterators
  • C++ generator implemention of python's range iterator + acceptance test harness
  • Lex/Parsing of For
  • Type inference/analysis for special cased iterator functions
  • Pynode representation of for loops
  • Code generation for for loops using iterators

Other

  • Extra test case for while - testing 3 way logical expressions
  • Test case for for loops
  • Massive website revamp