Updated GSoC 2015 Ideas (markdown)
This commit is contained in:
parent
1eb6fe214f
commit
4d6df43c29
|
@ -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.
|
with learning about Nim compiler internals.
|
||||||
|
|
||||||
**Tasks:**
|
**Tasks:**
|
||||||
* Fix JavaScript backend bugs
|
* Fix the remaining JavaScript backend bugs.
|
||||||
* Port relevant parts of the standard library to JS
|
* Port relevant parts of the standard library to JS.
|
||||||
* Make JS test cases
|
* 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:**
|
**Bonus points:**
|
||||||
* Speed up the JavaScript backend by targetting `asm.js`
|
* Speed up the JavaScript backend by targetting `asm.js`.
|
||||||
|
|
||||||
**Difficulty:** Medium
|
**Difficulty:** Medium
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue