mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-04-22 03:06:18 +02: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