SkycoinSynth

Results 16 issues of SkycoinSynth

Make file "cx tests" runs the cx tests and reports the result. Find out how to run tests with "cx tests" command. 0> Before the tests are run, print the...

enhancement

"make test" gives wrong error message when cx executable does not exist or is not in $PATH "#112 | FAILED | na | 'cx issue-282b.cx' | os.Run exited with code...

enhancement

1. Make an example of serving HTTP/web-pages over CX - /net package - http package 2. Also add ability to serve web-pages over DMSG

documentation
enhancement

Move Section in readme.md about gomobile and go mobile dependencies to own section In readme.md ``` Get required Go dependencies with: go get -u golang.org/x/mobile/cmd/gomobile go get -u modernc.org/goyacc go...

As part of stage output for each stage of compiler, we should also plan for compiler determinism test. - same source code input, should produce same binary output - verify...

**To Reproduce** ``` package main func main()() { var b bool = true var bb bool = b[0] panic(true, false, "must not compile") } ``` **Expected behavior** No panic. **Screenshots**...

bug