Skip to content

Commit

Permalink
repo: rename to cpast_mono from cpast
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Oct 28, 2024
1 parent 1a1d511 commit 44b373d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"
authors = ["rootCircle <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/rootCircle/cpast"
repository = "https://github.com/rootCircle/cpast_mono"
homepage = "https://rootcircle.github.io/blog/project/cpast.html"
rust-version = "1.80"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cpast_mono - Code Testing and Analysis Tool

![Crates.io](https://img.shields.io/crates/d/cpast)
![GitHub repo size](https://img.shields.io/github/repo-size/rootCircle/cpast)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/rootCircle/cpast/general.yml)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rootCircle/cpast/audit.yml?label=audit)
[![codecov](https://codecov.io/github/rootCircle/cpast/graph/badge.svg?token=O9UJP30T89)](https://codecov.io/github/rootCircle/cpast)
![GitHub repo size](https://img.shields.io/github/repo-size/rootCircle/cpast_mono)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/rootCircle/cpast_mono/general.yml)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rootCircle/cpast_mono/audit.yml?label=audit)
[![codecov](https://codecov.io/github/rootCircle/cpast_mono/graph/badge.svg?token=O9UJP30T89)](https://codecov.io/github/rootCircle/cpast_mono)

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions ccode_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Ensure you have the necessary compilers and interpreters installed for the langu
Clone the repository and navigate to the `ccode_runner` directory:

```bash
git clone https://github.com/rootCircle/cpast.git
cd cpast/ccode_runner
git clone https://github.com/rootCircle/cpast_mono.git
cd cpast_mono/ccode_runner
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions clex_llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Ensure you have Rust installed on your machine. You can install Rust using [rust
Clone the repository and navigate to the `clex_llm` directory:

```bash
git clone https://github.com/rootCircle/cpast.git
cd cpast/clex_llm
git clone https://github.com/rootCircle/cpast_mono.git
cd cpast_mono/clex_llm
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion cpast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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_mono/blob/7b999d957af246e03d9e7d258fab1fa4e21cb684/docs/clex/CLEX_LANG_SPECS.md)) or literal string like `'abc'` it will generate either of abc!

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

Expand Down

0 comments on commit 44b373d

Please sign in to comment.