Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMP141Project

Description

This is a six-phase project to implement a simple imperative language

Current Stage

Phase 1.1: L-exp Scanner This program will:

  • Take 2 inputs from the command line (described in ** Use **)
  • Open the input file and pass each line to the scanner
  • The scanner will return a container of token objects (each object has a value and type)
  • This program will print identified tokens to the output file (with type and value info)

Use:

python scanner.py test_input.txt test_output.txt

  • test_input.txt is the text file with the test input
  • test_output.txt is the text file with this program's output

Version

python3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages