Skip to content

Releases: e0328eric/vesti

v0.0.8-alpha

17 Jun 13:11
Compare
Choose a tag to compare

Change

  • parsing O_1 by O$_1$ etc.

v0.0.7-alpha

24 Apr 12:08
Compare
Choose a tag to compare

Fixed

  • Small bugs were fixed

v0.0.6-alpha

30 Mar 12:10
Compare
Choose a tag to compare

Changed

  • floating point parsing changed only allow the type 3.2 not 1. or .3.

v0.0.5-alpha

23 Mar 11:58
Compare
Choose a tag to compare

Fixed

  • Fixed typos in error messages
  • Fixed an issue that math mode does not ended althoughequation* like environments is finished

v0.0.4-alpha

18 Mar 11:47
Compare
Choose a tag to compare

Added

  • Add --all flag for vests run subcommand that enables to compile all vesti files in the given directory.

Fixed

  • Fix the bug that the location was incorrect when an illegal character was found.
  • Fix the bug that the location was incorrect for unicode characters.
  • Error message is now indented as 1 space.

v0.0.3-alpha

17 Mar 14:20
d827426
Compare
Choose a tag to compare

Change

  • Language changed from golang into rust.
  • Change the role of the token ]# into ].

v0.0.2-alpha

12 Mar 14:53
Compare
Choose a tag to compare

Added

Now vesti can compile multiple files simultaneously.

v0.0.1-alpha

14 Mar 05:59
Compare
Choose a tag to compare

Added

  • Some tokens added

    • #[
    • ]#
    • $!
    • #! (Use this to print standalone # token)
      check the manual for detail explanation
  • Use Latex comment (not the vesti's one) with \%

  • equation and align environment now considered as math mode

Changed

  • Some tokens changed

    • \?#!
    • #!#-
    • !#-#
  • optional latex function argument delimiters changed : [ and ]#[ and ]#

  • import syntax now can be used with one line argument without using comma

Removed

  • Two tokens are removed : ##+ and +##