Compiler project
Checklist:
- Two variables types.
- Conditional (if...else) structure.
- Loop (while) structure.
- Loop (do...while) structure.
- Can do mathematical operations correctly.
- Have I/O operations.
- Accept decimal numbers.
- Verify if a variable was previously declared.
Tests
- Test 2 variable types.
- Test conditional structure (nested with other commands).
- Test loop structure (nested with other commands).
- Loop (do...while) structure (nested with other commands).
- Test math.
- Test I/O.
- Test decimal number math.
- Test variables declaration.