Skip to content

Releases: sigmaSd/IRust

irust@1.76.2

Choose a tag to compare

@github-actions github-actions released this 06 Sep 14:53
irust@1.76.2

irust@1.76.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:38
switch to gnu from musl

irust@1.76.0: 1.76.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:07
- Handle stderr in repl output
- Output :add errors in bare repl mode

irust@1.75.3

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:12
irust@1.75.3

irust@1.75.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:28
irust@1.75.2

irust@1.75.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:32
irust@1.75.1

1.75.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:44
  • Fixed argument parsing
  • Add Tips section in the README

1.74.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 00:01

Add --bare-repl flag

If you want to use irust programmatically , it won't be easy because it skips stdin and reads from tty directly, this is where --bare-repl flag comes in, if you use it irust will listen to stdin, you can send commands in the form of IRUST_INPUT_START$codeIRUST_INPUT_END and you'll receive output as IRUST_OUTPUT_START$outputIRUST_OUTPUT_END, example: IRUST_INPUT_START5+4IRUST_INPUT_END -> IRUST_OUTPUT_START9IRUST_OUTPUT_END.

Check out bare repl test for an example on how to use this.

irust@1.73.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:19
irust@1.73.0

irust@1.71.30

Choose a tag to compare

@github-actions github-actions released this 22 Dec 17:01
irust@1.71.30