SkycoinSynth

Results 16 issues of SkycoinSynth

update readme

Affordances will be replaced by direct AST manipulation in CX

cxgo/parser/lexer.go:7:2: should not use dot imports (ST1001) - remove dot import of cxgo/actions

Amaury, is there API for CX to get - number of CX instructions executed - number of function calls made - number of objects allocated - number of objects deallocated...

- end- point must take JSON (request id, integer random or string) -- end point accepts a "program" And returns - echos the request id back (the string or integer...

At any point in a CX program, I want an API to get - number of CX instructions executed (program step/instruction counter, if program compiled with debug flag) - number...

When a user submits a program - record the time required to compile/parse the program - record the time required to execute the program until completion Report these on the...

If a person submits a CX program to compile - we need to time how long execution takes - if execution exceeds a threshold, then we need to abort execution...

- document all http endpoints in readme.md - include example with curl or wget - make sure inputs are documented and expected output

When we run opengl program with a version of CX without opengl support, we get "matrix not found in package gl" and weird error messages. 1> Have variable for whether...