Releases: Alexey-Sagaydak/Compiler
Releases · Alexey-Sagaydak/Compiler
Compiler — v.6.0.1
- fixed polish notation
Compiler — v.6.0.0
Implemented Regular Expressions (Lab6)
-
Russian City Telephone Numbers Validation
- Add a regular expression (RE) to validate Russian city telephone numbers.
- Format: 7 digits separated by spaces or dashes, without the city code.
- Example: "123 45 67", "987-65-43".
-
Russian Full Name Validation
- Add a regular expression to describe Russian full names (surname, first name, and patronymic).
- Example: "Иванов Иван Иванович", "Петрова Анна Петровна", "Сидоров Сергей Александрович".
-
Latitude Validation
- Add a regular expression to describe latitude, considering the correct range of values.
- Example: "-90", "0.5", "45", "-10.23".
Compiler — v.4.3.0b
A special version for the coursework
- only needed functions are left
- new parser
Compiler — v.5.0.0
- add postfix notation (Lab 5)
- add recursive descent parser for "while" (Lab 7)
Compiler — v.4.2.2
- bug fixes
Compiler — v.4.2.1
- fixed grammar
Compiler — v.4.2.0
- add new parser
- bug fixes
Compiler — v.4.1.0
- improved parser
- add a button that fixes all errors automatically
- bug fixes
Compiler — v.4.0.1
- edited the grammar: now, there can be no multiple expressions after the DECLARE
- updated html documents
- styles are now in a separate css file
Compiler — v.4.0.0
- add the following html documents to the "Text" menu tab:
- problem statement
- grammar
- grammar classification
- method of analysis
- neutralizing errors
- list of literature
- add link to git in "Source code" menu tab
- bug fixes