Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Mar 15, 2024
1 parent 1cbb06a commit 5522800
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ v run ./compiler.v ./your_input_file.rohanasantml ./your_output_file.html
- V is recommend for performing compilation of huge rohanasantml files in milliseconds.
- Python is recommended for .....

# Features:
- Helps code readibility
- Gives you errors of mistakes that you might have made in your code. Such as:
- Did you forget to add a } at the end of line 15?
- Warning: Number of tags starting is greater than the number of tags ending.
- Warning: Number of tags ending is greater than the number of starting tags.
- Helps make reliable html

## Checkout
### Rohanasan: An extremely fast backend framework:
https://github.com/rohanasan/rohanasan
Expand Down

0 comments on commit 5522800

Please sign in to comment.