mattn
mattn
Did you read https://github.com/mattn/go-v8/blob/master/README ? LD_LIBRARY_PATH=...
I updated README to use 'go build'. I didn't change about LD_LIBRARY_PATH
I did confirm working on windows, but I don't check it on linux yet. plz wait.
Hmm, it seems that go-v8 does not work on linux. :/ Probably, go runtime seems broken for me.
Could you please try this in latest?
Currently, Makefile is not needed. you can build with just `go build`. I'll remove Makefile in later.
Sorry delay. Could you please provide error case?
リテラルとして扱うのではなく、どうせならユーザ定義リテラルだと分かる様にしたいです。
ですです > nextgroup
I'm not sure, but removing `^` fixes this syntax. ``` diff diff --git a/syntax/c.vim b/syntax/c.vim index 85042e4..b7dedb3 100644 --- a/syntax/c.vim +++ b/syntax/c.vim @@ -388,11 +388,11 @@ if !exists("c_no_if0") endif syn...