Skip to content

Commit

Permalink
docs(README): update walkthrough video
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Aug 28, 2024
1 parent 81d85c0 commit f5924bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Clex

Introducing custom character types in String, breaking syntax!

Now, for custom character sets use `@CH_ALL@`, `@CH_UPPER@` etc(as found in [Clex Language Specs](https://github.com/rootCircle/cpast/blob/7b999d957af246e03d9e7d258fab1fa4e21cb684/docs/clex/CLEX_LANG_SPECS.md)) or literal string like `'abc'` it will generate either of ABC!
Now, for custom character sets use `@CH_ALL@`, `@CH_UPPER@` etc(as found in [Clex Language Specs](https://github.com/rootCircle/cpast/blob/7b999d957af246e03d9e7d258fab1fa4e21cb684/docs/clex/CLEX_LANG_SPECS.md)) or literal string like `'abc'` it will generate either of abc!

We also dropped Character Types as it use was not profound! For using Character Type simply replace it with `S[1,]`
We also _dropped Character Type_ as it use was not profound! For using Character Type simply replace it with `S[1,]`

## 0.5.0

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Here’s the best part: with cpast, all you need is your _solution file_ and the

## Getting Started

<https://github.com/rootCircle/cpast/assets/35325046/1229ce29-f142-4e7a-9008-10b280fb57b6>
https://github.com/user-attachments/assets/3b7d5b88-5a2a-4d01-8d5b-31f86b9a96db


### Installation

Expand Down

0 comments on commit f5924bd

Please sign in to comment.