64
edits
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
For a multi line program, the REST interface should be called until the program is complete. | For a multi line program, the REST interface should be called until the program is complete. | ||
-This can be achieved by having input in a textbox in a webpage that takes the source as input. Some javascript(?) can then take the text, and send it a line a time to the REST interface. | -This can be achieved by having input in a textbox in a webpage that takes the source as input. Some javascript(?) can then take the text, and send it a line a time to the REST interface. | ||
--- | |||
initial attempt can be found here | |||
https://github.com/amx109/RESTbitlash | |||