Add more complex examples to specs and README.md
emilos opened this issue · 1 comments
emilos commented
Some quick ideas:
- How to parse the code to calculate binary expressions? e.g.
1 + 1becomes2aftertoSource - How to mangle function names?
- How to wrap the code with an immediately invoked function expression?
- How to drop code like
if (true) {?
etc.