You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,23 @@ With _Sojobo_ you can:
10
10
* Emulate functions in a managed language (C# || F#)
11
11
12
12
## Download
13
-
-[Source code][1]
14
-
<!-- - [Download binary][2] -->
15
13
16
-
## Compile
17
-
In order to compile Sojobo you need .NET Core to be installed and Visual Studio. To compile just run **build.bat**.
14
+
-[Source code][1]
15
+
-[Download binary][2]
18
16
19
17
## Using Sojobo
18
+
20
19
_Sojobo_ is intended to be used as a framework to create program analysis utilities. However, various <ahref="https://github.com/enkomio/Sojobo/tree/master/Src/Examples"><strong>sample utilities</strong></a> were created in order to show how to use the framework in a profitable way.
21
20
21
+
## Compile
22
+
23
+
In order to compile Sojobo you need .NET Core to be installed and Visual Studio. To compile just run **build.bat**.
24
+
22
25
## License
23
26
24
27
Copyright (C) 2019 Antonio Parata - <ahref="https://twitter.com/s4tan">@s4tan</a>
25
28
26
29
_Sojobo_ is licensed under the [Creative Commons](LICENSE.md).
0 commit comments