QuestionPython
QuestionPython
Bug highlighting!  see the image. this is bug of this plugin?
``` PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int); ^~~~~~~~~~~~~ /home/guest/Gits/Compiler/jslang/third_party/pthreads/pthread.h:538:27: error: expected declaration specifiers before ‘__declspec’ # define PTW32_DLLPORT __declspec (dllexport) ^ /home/guest/Gits/Compiler/jslang/third_party/pthreads/pthread.h:1089:1: note: in expansion of macro ‘PTW32_DLLPORT’ PTW32_DLLPORT int PTW32_CDECL...
$ cd release -------- release$ make ------- ``` set -e; rm -f ../release/env.d; \ g++ -MM -W -Wall -Werror -O3 -flto -ggdb -pthread -fPIC -mrtm -std=c++11 -I../release -I../src ../src/env.cc -MG...
$ make ---------- ``` g++ -c `/usr/local/opt/llvm35/bin/llvm-config-3.5 --cppflags` -std=c++11 -Wno-return-type -Wno-c++11-compat-deprecated-writable-strings -Wno-deprecated-register -Wno-switch -g -o parser.o parser.cpp /bin/sh: 1: /usr/local/opt/llvm35/bin/llvm-config-3.5: not found In file included from pascal.y:7:0: ast.h:4:27: fatal error:...
> `there are plans to change the backend!` https://github.com/gligneul/FastLua/blob/master/README.md Why?! LLVM not good?
$ make ----- ``` clang++ sum.o `llvm-config --cxxflags --ldflags --libs core executionengine jit interpreter analysis native bitwriter --system-libs` -o sum llvm-config: unknown component name: jit sum.o: In function `main': /home/guest/Gits/Compiler/getting-started-llvm-c-api/sum.c:20:...
$ sudo chmod +777 fetchbench.sh ------- $ ./fetchbench.sh ------- ``` . . . . U benchmarksgame/bench/threadring/threadring.rust U benchmarksgame/bench/threadring/threadring.rust-2.rust U benchmarksgame/bench/threadring/threadring.sbcl U benchmarksgame/bench/threadring/threadring.sbcl-2.sbcl U benchmarksgame/bench/threadring/threadring.vw-2.vw U benchmarksgame/bench/threadring/threadring.yarv U benchmarksgame/bench/threadring/threadring.yarv-2.yarv 'benchmarksgame/bench/revcomp/revcomp.python3-4.python3' ->...
$ go get -u github.com/joshwget/v9 ------------ ``` # github.com/joshwget/v9 go/src/github.com/joshwget/v9/v9.nn.go:1640: cannot use "log(5);" (type string) as type io.Reader in argument to NewLexer: string does not implement io.Reader (missing Read method)...
Hello, How store all Cookies in a file? like php : ``` ``` How can do this Using Go? @andelf
>go generate go tool: no such tool "yacc"(https://github.com/cznic/goyacc/issues/23)(not work in go 1.8) you just use `golex -o lexer.go lexer.l` , `goyacc -o parser.go parser.l` ---------- >golex -o lex.go lex.rl Error:...