Skip to content

Releases: sambyeol/plare

v1.5.0

19 Nov 00:46
267edff

Choose a tag to compare

Officially support Python 3.13.

v1.4.1

29 Aug 01:09
cde841d

Choose a tag to compare

  • Fix bug in printing matched string with escapes

v1.4.0

16 Jul 05:48
89521f6

Choose a tag to compare

  • Hide EOF token generation from lexer

v1.3.0

12 Jul 06:19
2dc9a8f

Choose a tag to compare

  • Support multi token generation from single match in lexer

v1.2.0

11 Jul 07:40
9627b90

Choose a tag to compare

  • Handle empty rule correctly

v1.1.0

07 Jul 10:56
7117446

Choose a tag to compare

  • Mark Plare as typed

v1.0.0

07 Jul 07:04
556d908

Choose a tag to compare

  • Release of v1.0.0
  • Lexer and SLR(1) Parser implementation with Python