Skip to content

Releases: cesbit/pyleri

1.2.1

05 Jul 14:44
Compare
Choose a tag to compare
  • Format readme on PyPi

1.2.0

05 Jul 14:26
Compare
Choose a tag to compare
  • Fixed typo in List mi/ma exception.

  • Do not allow duplicate names in lower or upper case.

  • Added export to Java for the jleri module.

  • Fixed typo indentation.

  • Added grammar check for missing START point.

1.1.8

23 Jun 08:26
Compare
Choose a tag to compare
  • Rename cleri_object_t to cleri_t.

1.1.7

22 Jun 13:15
Compare
Choose a tag to compare
  • Added support for cleri_dup() in export to C. (issue #5)

  • Fixed header guards while exporting to C. (issue #6)

1.1.6

20 Jun 20:17
Compare
Choose a tag to compare
  • Fixed exporting ref to C. (issue #4)

1.1.5

13 Mar 20:45
Compare
Choose a tag to compare
  • Fixed exporting keywords (case sensitive) to C.
  • Added export to Go language for the goleri module.

1.1.4

02 Nov 09:45
Compare
Choose a tag to compare
  • Fixed exporting Tokens to JavaScript and Python. (issue #2)

1.1.3

02 Nov 09:45
Compare
Choose a tag to compare
  • Added export to Python method. This can be useful even if the source is
    already defined in Python language. (see issue #1)

1.1.2

02 Nov 09:45
Compare
Choose a tag to compare
  • Fixed export_c() to support Ref(). An update to cleri is not needed since
    in C we can simply pre-define a variable and later assign the actual
    object.

1.1.0

02 Nov 09:44
Compare
Choose a tag to compare
  • Added Ref() support which can be used to create forward references.
  • Updated jsleri to support Ref() and updated export_js() method to support
    this new class.