|
Revision 7196, 0.6 kB
(checked in by putter, 3 years ago)
|
|
modules/JavaScript-FrontEnd?/README: clarified state of project
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | JavaScript Frontend |
|---|
| 3 | |
|---|
| 4 | This directory is intended for the development of a JavaScript |
|---|
| 5 | _frontend_ for p6. It has nothing to do with the existing JavaScript |
|---|
| 6 | _backend_. These are p6 modules which parse and compile JS code into |
|---|
| 7 | p6, and provide a p6-based JS runtime. |
|---|
| 8 | |
|---|
| 9 | This project is currently on hold as there are higher priority ones. |
|---|
| 10 | |
|---|
| 11 | My current thought on the runtime is it needs to be more automagically |
|---|
| 12 | generated from the spec. Human involvement is required, but the degree |
|---|
| 13 | of hand editing used with the current file would require days to do the |
|---|
| 14 | entire runtime, and no doubt introduce errors. |
|---|