Skip to content

MarcoGiancarli/tokenizer

Repository files navigation

tokenizer

Systems Programming project 1: C tokenizer

Possible Token Types:

  • zero
  • hex numbers
  • octal numbers
  • decimal numbers
  • float (with/without exponent part, with/without decimal)
  • word
  • reserved word
  • all operators (see C reference sheet)
  • comments (// and /*)

Test Case Script

Usage:

./testcases.sh <testcase>

The script currently has three possible test case names:

  • self
  • 1
  • 2

These names correspond to a test case file.

About

Systems Programming project 1: C tokenizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages