This website works better with JavaScript.
Home
Help
Sign In
ben
/
bitshift
mirror of
https://github.com/earwig/bitshift
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
Browse Source
Not necessary: codelet.symbols is {} by default.
tags/v1.0^2
Ben Kurtovic
10 years ago
parent
16775a6490
commit
9d3f9444f7
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
bitshift/parser/__init__.py
+ 0
- 3
bitshift/parser/__init__.py
View File
@@ -139,6 +139,3 @@ def parse(codelet):
for name in syms]
for key, syms in symbols.iteritems()}
codelet.symbols = symbols
else:
codelet.symbols = {}
Write
Preview
Loading…
Cancel
Save