-
Nick released a new version of PEP 642 and suggested that it would benefit people looking at the AST or the bytecode compiler if AST nodes for patterns didn't piggy-back on expression nodes. @brandtbu…
-
## Description
The following code will decompile incorrectly with pyhon 3.8 :
```
def toto(a, b, c):
if c:
if a and b:
print('a and b')
print('c, whatever a/b')
return
else:
…
-
As for the compiler, we also need an assembler, and it also needs to be a basic assembler that can translate C code. I think it will be fun to create on from scratch
-
@euantorano Why not just use the s9e\TextFormatter parser instead of reinventing the wheel for parsers? It supports both BBCode and Markdown. Also includes mediaembeds out of the box. We could use it …
-
When we kickstarted Fabric back in 2016, we decided to experiment with using Mixin as a library - however, certain crucial functionality could not be done the way we wanted to, and the project was she…
-
The sample example `input.wat` from [@kripken 's blog](https://kripken.github.io/blog/wasm/2019/07/16/asyncify.html) fails to compile for me, so maybe I'm using the wrong tool:
```
$ wat2wasm inpu…
dsyer updated
2 years ago
-
```
My mission: To point out the issue and help fix it.
Note: I'm not invalidating anyone, this not an attempt to troll.
unpyc is free, and I'm not owed anything.
Like a lot of people comming here, w…
-
```
My mission: To point out the issue and help fix it.
Note: I'm not invalidating anyone, this not an attempt to troll.
unpyc is free, and I'm not owed anything.
Like a lot of people comming here, w…
-
```
My mission: To point out the issue and help fix it.
Note: I'm not invalidating anyone, this not an attempt to troll.
unpyc is free, and I'm not owed anything.
Like a lot of people comming here, w…
-
The API docs for Symbol.isSynthetic say the following:
bq. Does this symbol represent a synthetic (i.e. a compiler-generated) entity? Examples of synthetic entities are accessors for vals and vars …