mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-07 21:29:52 +01:00
feat: Implement variables
This commit is contained in:
@@ -3,7 +3,7 @@ from parser import Parser
|
||||
from interpreter import Interpreter
|
||||
|
||||
def main():
|
||||
with open('../examples/hello_world.fem', 'r') as f:
|
||||
with open('../examples/variables.fem', 'r') as f:
|
||||
text = f.read()
|
||||
|
||||
lexer = Lexer(text)
|
||||
|
||||
Reference in New Issue
Block a user