Skip to content

chih-chen/compiler

Repository files navigation

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.

About

Compiler project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published