Merge: nitin FFI seems to work
authorJean Privat <jean@pryen.org>
Mon, 27 Nov 2017 15:02:56 +0000 (10:02 -0500)
committerJean Privat <jean@pryen.org>
Mon, 27 Nov 2017 15:02:56 +0000 (10:02 -0500)
commitf6ad8390ea59d58016002441fcb413e0ff4d5408
tree8df5765de892fe2c0ce643902da234e1c787e10e
parentc7a62aa3dbe89f21969edf3b172a301a0fc48a1c
parent212c575dafec61aae3e776846aa32c4f7c825f0d
Merge: nitin FFI seems to work

This adds the bad triple-quoted string and bad extern in the lexer to enable continuing in nitin.
Now FFI seems to work.

~~~raw
-->fun hello `{
...puts("Hello, world");
...`}
-->hello
Hello, world
~~~

Pull-Request: #2587