Skip to content

Commit 03eb426

Browse files
committed
Added help for usage
1 parent acff7d0 commit 03eb426

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Backups
2+
BACKUP/
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ A documentation for the code is a work-in-progress. Should be in a wiki-style we
77

88
# Idea
99
The idea of this project is to create a custom code capable of the same things as html - but better. In the future, this code will be able to create templates, do arithmetics, hold and execute custom functions and more. This code won't be a replacement for standart html. It will be like a framework for easier and more structured working. Also, this code will be the main web code for hackvoid protocol.
10+
11+
# Usage
12+
Simple usage: python3 compiler.py <input_file> <output_file>
13+
Help menu: python3 compiler.py

0 commit comments

Comments
 (0)