-
Notifications
You must be signed in to change notification settings - Fork 216
Release Note 3.5
Soutaro Matsumoto edited this page Jun 1, 2024
·
8 revisions
Some of the highlights in RBS 3.5 are:
You can install it with $ gem install rbs
or using Bundler.
gem 'rbs', '~> 3.5.0.pre'
Read the CHANGELOG for the details.
RBS 3.5 has many stdlib signature updates. Updating to 3.5 may cause having different type checking results.
Parser.lex
method returns the list of tokens from the input, without constructing syntax tree.