Skip to content

Commit

Permalink
Heraclitus 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrosFire committed Jan 20, 2025
1 parent 7d7845a commit e7c1166
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heraclitus-compiler"
version = "1.8.1"
version = "1.8.2"
edition = "2021"
description = "Compiler frontend for developing great programming languages"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ let tokens = cc.tokenize()?;

# Change log 🚀

## Version 1.8.2
### Fix:
- Proper lexing of escaped regions

## Version 1.8.1
### Fix:
- Now prints newline on text errors as well as syntax errors
Expand Down

0 comments on commit e7c1166

Please sign in to comment.