summaryrefslogtreecommitdiffstats
path: root/src/front/symbols.py
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-05-19 17:20:48 +0200
committerBenedikt Böhm <bb@xnull.de>2009-05-19 17:20:48 +0200
commitca832cb706d6a2d49d049b0ba827f606331269c7 (patch)
treea8ce06f7f8ac4e130a9bfab06be2081327841076 /src/front/symbols.py
parenta3fb21ae4602f72992bcaceea3f101efdc1affad (diff)
downloadswppy-ca832cb706d6a2d49d049b0ba827f606331269c7.tar.gz
swppy-ca832cb706d6a2d49d049b0ba827f606331269c7.tar.xz
swppy-ca832cb706d6a2d49d049b0ba827f606331269c7.zip
define interfaces
Diffstat (limited to 'src/front/symbols.py')
-rw-r--r--src/front/symbols.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/front/symbols.py b/src/front/symbols.py
new file mode 100644
index 0000000..f4ab40e
--- /dev/null
+++ b/src/front/symbols.py
@@ -0,0 +1,9 @@
+class SymbolTable:
+ def __init__(self):
+ return
+
+ def put(token, id):
+ return
+
+ def get(token):
+ return