Updated GSoC 2015 Ideas (markdown)

This commit is contained in:
Andreas Rumpf 2015-02-11 14:06:43 +01:00
parent 1eb6fe214f
commit 4d6df43c29
1 changed files with 5 additions and 4 deletions

View File

@ -128,12 +128,13 @@ frontend in Nim. The JS backend is simple, so this is a good way to get started
with learning about Nim compiler internals.
**Tasks:**
* Fix JavaScript backend bugs
* Port relevant parts of the standard library to JS
* Make JS test cases
* Fix the remaining JavaScript backend bugs.
* Port relevant parts of the standard library to JS.
* Make the code generator emit "source maps" for better debugging support. The current debugging support is done by emitting stack tracing instructions which slow things down and are not standard.
* Make JS test cases.
**Bonus points:**
* Speed up the JavaScript backend by targetting `asm.js`
* Speed up the JavaScript backend by targetting `asm.js`.
**Difficulty:** Medium