View ffi-test.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub struct Test; | |
impl Test { | |
#[no_mangle] | |
pub extern "C" fn test_ffi(){} | |
} |
View keybase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am samscott89 on github. | |
* I am samjs (https://keybase.io/samjs) on keybase. | |
* I have a public key whose fingerprint is CA98 D303 C062 DCAD 54D9 55BB FFE6 9002 462E F643 | |
To claim this, I am signing this object: |
View tamarin-syntax.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "name": "Tamarin", | |
"scopeName": "tamarin", | |
"foldingStartMarker": "(?x)\n\t\t /\\*\\*(?!\\*)\n\t\t|^(?![^{]*?//|[^{]*?/\\*(?!.*?\\*/.*?\\{)).*?\\{\\s*($|//|/\\*(?!.*?\\*/.*\\S))\n\t", | |
"foldingStopMarker": "(?<!\\*)\\*\\*/|^\\s*\\}", | |
"fileTypes": ["spthy"], | |
"uuid": "1239d91b-3144-40ed-a1a4-b359115b83d5", | |
"patterns": [ | |
{ "name": "comment.tamarin", |