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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
A stack based programming language created to experiment my crappy lang-dev only capable of making some mathematical formulation and logic. Written in the rust programming language.
3
3
4
4
## How to run
5
-
1. Download the [release binary](https://github.com/ujjwal-kr/ram/releases/download/v1.6/ram).
5
+
1. Download the [release binary](https://github.com/ujjwal-kr/ram/releases/download/v1.7/ram).
6
6
2. Make it executable using `chmod +x ./ram`
7
7
3. Make a .ram file with the following contents at the same directory as the binary:
8
8
@@ -26,6 +26,11 @@ halt
26
26
27
27
4. run `./ram ./example.ram` and press enter.
28
28
29
+
## How to test
30
+
Run `cargo run test` to run the custom tests to test all the commands in the suit. Make sure to run this before pushing any PRs. The tests are automatically ran when there is a PR/commit on the master branch.
0 commit comments