mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 13:23:39 +01:00
feat: Implement dictionaries and property access
This commit is contained in:
@@ -406,4 +406,4 @@ class Parser:
|
||||
self.consume('DOT') # Assuming DOT token for property access
|
||||
property_name_token = self.get_current_token()
|
||||
self.consume('ID')
|
||||
return PropertyAccess(target_node, property_name_token.value)
|
||||
return PropertyAccess(target_node, property_name_token.value)
|
||||
Reference in New Issue
Block a user