サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
セキュリティ
github.com/ruby-ui
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
github.com/ruby
Bison style grammar file is supported with some assumptions b4_locations_if is always true b4_pure_if is always true b4_pull_if is always false b4_lac_if is always false Error Tolerance parser Subset of Repairing Syntax Errors in LR Parsers (Corchuelo et al.) algorithm is supported Parameterizing rules The definition of a non-terminal symbol can be parameterized with other (terminal or non-termina
full diff1: 55367b3...22d944c Description This PR replaces the current implementation of MJIT with a new JIT called "RJIT" 2. RJIT uses a pure-Ruby assembler to generate native code MJIT requires a C compiler at runtime. YJIT requires a Rust compiler at build time. RJIT doesn't require them. This means that RJIT's warmup could be slower than YJIT, but it's still much faster than MJIT's. The code g
. ├── Makefile configuration to compile the shared library and native tests ├── Rakefile configuration to compile the native extension and run the Ruby tests ├── bin │ ├── lex runs the lexer on a file or string, prints the tokens, and compares to ripper │ ├── parse runs the parse on a file or string and prints the AST │ └── prism a CLI for development and debugging ├── config.yml specificati
github.com/ruby-syntax-tree
github.com/ruby-no-kai
github.com/rubycdp
github.com/ruby-next
Ruby Next is a transpiler and a collection of polyfills for supporting the latest and upcoming Ruby features (APIs and syntax) in older versions and alternative implementations. For example, you can use pattern matching and Kernel#then in Ruby 2.5 or mruby. Who might be interested in Ruby Next? Ruby gems maintainers who want to write code using the latest Ruby version but still support older ones.
次のページ
このページを最初にブックマークしてみませんか?
『The Ruby Programming Language』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く