Skip to content

Commit

Permalink
Removed old readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KrosFire committed Sep 6, 2024
1 parent dd3920d commit bf5c5cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ let cc = Compiler::new("HerbScript", rules);
let tokens = cc.tokenize()?;
```

## Features

You can import specific features from Heraclitus. Available options are:

- `compiler` - Includes Compiler and dynamic Lexer
- `lexer_dynamic` - Includes just the dynamic Lexer
- `lexer_static` - Includes just the static Lexer

The difference between `static` and `dynamic` Lexer is that the `static` Lexer doesn't mutate it's own state while tokenizing the input.

# Change log 🚀

## Version 1.7.8
Expand Down

0 comments on commit bf5c5cd

Please sign in to comment.