Skip to content

Commit ffc62c3

Browse files
committed
2 parents ebf52bb + 18792d5 commit ffc62c3

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# PythonExpressionInterpreter
1+
# Python Expression Interpreter
2+
3+
Simple Math Interpreter in Python
4+
5+
## Using
6+
7+
```bash
8+
python main.py
9+
calc > 5+5
10+
...
11+
```
12+
13+
## Unit Testing
14+
15+
```bash
16+
python -m unittest lexer_test
17+
python -m unittest parser_test
18+
```
19+
20+
### References
21+
22+
- https://www.youtube.com/watch?v=88lmIMHhYNs
23+
- https://www.youtube.com/watch?v=TwKWUj033vY
24+
- https://www.youtube.com/watch?v=45epnUwFALo
25+
- https://www.youtube.com/watch?v=tczjDCbykyM
26+

0 commit comments

Comments
 (0)