File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.com/kornilova-l/scala-native-bindgen.svg?branch=master )] ( https://travis-ci.com/kornilova-l/scala-native-bindgen )
4
4
5
- This tool generate Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respect the conventions of clang-tools.
5
+ This tool generates Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respects the conventions of clang-tools.
6
6
7
7
## Usage
8
8
34
34
35
35
## Testing
36
36
37
- The tests assumes that the above instructions for building has been
37
+ The tests assume that the above instructions for building has been
38
38
followed.
39
39
40
40
``` sh
Original file line number Diff line number Diff line change 7
7
#include " ScalaFrontendAction.h"
8
8
9
9
/* *
10
- * Stores instance of IntermediateRepresentation and passes it
10
+ * Stores instance of IR and passes it
11
11
* to a new instance of ScalaFrontendAction when create method
12
12
* is executed.
13
13
*/
You can’t perform that action at this time.
0 commit comments