Skip to content

taidao1901/CS111.L21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS111.L21

Simple Lexical & Syntax analysis

Library:

Tutorial:

python3 Parser.py

Example:

Input:

if a==b:
  a=a+b
  print('hello world')
x=input()

Lexical analysis:

Syntax Analysis:

References: