Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Sagaydak authored Mar 9, 2024
1 parent 1f498c8 commit c382ffe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@
### Примеры допустимых строк

```sql
DECLARE
product_price CONSTANT INTEGER = +150;
DECLARE product_price CONSTANT INTEGER = +150;
```

```sql
Expand Down Expand Up @@ -184,7 +183,7 @@ P = {
3. CONST → ‘CONSTANT’ INT
4. INT → ‘INTEGER’ ASSIGN
5. ASSIGN → ‘:=’ NUMBER | ‘=’ NUMBER
6. NUMBER → SIGN [ Ц ]
6. NUMBER → SIGN [ Ц ] ‘;’
7. SIGN → ‘+’ | ‘-‘ | ε
8. Б → ‘a’ | ‘b’ | … | ‘z’ | ‘A’ | ‘B’ | … | ‘Z’
9. Ц → ‘0’ | ‘1’ | … | ‘9’
Expand Down

0 comments on commit c382ffe

Please sign in to comment.