created development branch
This commit is contained in:
8
interpreter/Lexer.py
Normal file
8
interpreter/Lexer.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Lexer.py: Definition for Lexer class"""
|
||||
|
||||
from function_scope import Function_scope
|
||||
|
||||
class Lexer:
|
||||
"""This class will lex the provided Java source and generate a list of Function_scopes"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user