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)
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


Trivial merge