Sha256: c8bd3b708c94998acf8297d61ad94b5832d33886d22337aac975e0316e6f2b4d

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

# News

## unreleased

## 0.6.0, 2018-03-25

- Fixed silent corruption of files obtained by `ev3tool download`
- Added `ev3tool asm foo.rb foo.rbf`
- Added SimpleAssembler
- Added BodyCompiler#if_else, #loop_until_pre
- Implemented array_init* (PARVALUES)
- Added JumpOffset, replacing the Complex hack
- Variables are now aligned automatically; subroutine argument alignment is checked

## 0.5.0, 2018-03-05

- Ev3Ops: added missing array_* ops (with PARV in the signature).
- loop_while added, with a Condition prototype: Lt32.
- Corrected the variable argument calling convention (PARNO).
  Before, it was necessary to manually add a parameter specifying the number
  of the remaining parameters. Now it is automatic.

## 0.4.0, 2018-03-04

- Generate Ev3Ops ahead of time, enabling YARD docs for them,
  reducing startup time
- Fixed `ev3tool ls`, `ls-l`, `start`, all broken in 0.3.0

## 0.3.0, 2018-03-02

- Added Tap and Replay to simulate a real robot with YAML files for tests
- `ev3tool help` added
- `ev3tool run` changed to `ev3tool start` (because Thor reserves `run`)

## 0.2.0, 2018-02-26

- DirectCommand can handle replies, allowing to read sensor data
- Motors, for easy DirectCommands to motors
    - with an example program for a [Tea Serving Robot][tea], which is a standard [Bobb3e][]
- Assembler can compile global variables
- More control flow: `if`, `loop_while_postcond`

[Bobb3e]: https://www.lego.com/mindstorms/build-a-robot/bobb3e
[tea]: https://www.youtube.com/watch?v=0KOEvz09kkA

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lignite-0.6.0 NEWS.md