Alexius

Results 5 issues of Alexius

Referenced from the Ruby Ver. 2.4.1. Float data type API: - [ ] Constant `Float::INFINITE` stands for the number is infinite - [ ] Constant `Float::NAN` stands for "Not a...

VM

I'm trying. Issue #677

Feature
Lexer
Parser

`Enumerable` module in Ruby originally was included in Array class and it has pre-defined methods such as the `#map`, `#select` and `#reduce`. In original Ruby, it requires also to define...

Priority Low
Feature Request

```ruby >> lang = 'Goby' #>> Goby >> message = "I love #{lang} lang!" #>> I love Goby lang! >> message2 = 'I love #{lang} lang!' #>> I love #{lang}...

Priority Low