eileencodes ce99e50ede Move catch_except_p to compile_data
The `catch_except_p` flag is used for communicating between parent and
child iseq's that a throw instruction was emitted. So for example if a
child iseq has a throw in it and the parent wants to catch the throw, we
use this flag to communicate to the parent iseq that a throw instruction
was emitted.

This flag is only useful at compile time, it only impacts the
compilation process so it seems to be fine to move it from the iseq body
to the compile_data struct.

Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
2023-04-11 10:47:58 -07:00
2023-03-06 22:36:57 -08:00
2023-04-01 15:13:08 -07:00
2023-04-10 14:12:19 +09:00
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-03-31 00:52:47 -07:00
2023-03-06 23:44:01 -08:00
2023-03-23 14:03:12 +09:00
2023-02-27 09:56:06 -08:00
2023-03-08 13:59:21 +09:00
2023-04-07 09:49:15 -07:00
2023-04-10 01:09:03 +09:00
2023-04-11 10:47:58 -07:00
2023-04-09 22:47:26 +09:00
2023-03-06 21:59:23 -08:00
2023-03-09 22:31:51 -08:00
2023-02-28 10:05:30 -08:00
2023-03-06 21:59:23 -08:00
2023-03-07 23:59:50 -08:00
2023-04-11 11:25:12 -04:00
2023-02-21 08:05:31 -05:00
GPL
2023-03-06 21:59:23 -08:00
2023-03-16 10:42:17 -07:00
2023-01-18 08:49:32 -05:00
2023-04-11 10:47:58 -07:00
2023-04-11 10:47:58 -07:00
2023-03-15 09:53:49 -07:00
2023-03-08 13:59:21 +09:00
2022-12-15 18:56:24 +09:00
2023-01-20 00:20:27 +09:00
2023-03-08 12:00:14 -08:00
2023-03-06 21:59:23 -08:00
2023-03-03 00:08:02 +09:00
2022-12-11 18:49:56 +02:00
2023-04-06 11:07:16 +01:00
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-04-07 09:49:15 -07:00
2023-04-11 10:47:58 -07:00
2023-04-04 00:35:29 -07:00
2023-04-04 00:35:29 -07:00
2023-03-12 15:15:08 -07:00
2023-03-06 22:14:44 -08:00
2023-03-15 19:48:27 +13:00
2023-03-20 13:54:18 -07:00
2022-12-02 01:31:27 +09:00
2023-03-16 18:37:19 +09:00
2023-02-09 10:32:29 -05:00
2023-04-04 07:57:51 +09:00
2023-04-04 11:12:07 -04:00
2023-04-04 11:12:07 -04:00
2023-02-09 10:32:29 -05:00
2023-03-06 23:44:01 -08:00
2023-03-15 18:05:13 +09:00
2023-03-23 23:31:46 +09:00
2023-04-11 10:47:58 -07:00
2023-03-14 14:01:53 -07:00
2022-11-16 18:58:33 +09:00
2023-03-16 10:42:17 -07:00
2023-03-06 23:44:01 -08:00
2023-03-13 20:54:00 -07:00
2023-03-23 14:03:12 +09:00
2023-04-06 11:07:16 +01:00
2023-01-01 14:50:39 +09:00

Actions Status: MinGW Actions Status: RJIT Actions Status: Ubuntu Actions Status: Windows AppVeyor status Travis Status Cirrus Status

What is Ruby?

Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.

Features of Ruby

  • Simple Syntax
  • Normal Object-oriented Features (e.g. class, method calls)
  • Advanced Object-oriented Features (e.g. mix-in, singleton-method)
  • Operator Overloading
  • Exception Handling
  • Iterators and Closures
  • Garbage Collection
  • Dynamic Loading of Object Files (on some architectures)
  • Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, macOS, etc.) cf. https://github.com/ruby/ruby/blob/master/doc/maintainers.md#platform-maintainers

How to get Ruby

For a complete list of ways to install Ruby, including using third-party tools like rvm, see:

https://www.ruby-lang.org/en/downloads/

You can download release packages and the snapshot of the repository. If you want to download whole versions of Ruby, please visit https://www.ruby-lang.org/en/downloads/releases/.

Download with Git

The mirror of the Ruby source tree can be checked out with the following command:

$ git clone https://github.com/ruby/ruby.git

There are some other branches under development. Try the following command to see the list of branches:

$ git ls-remote https://github.com/ruby/ruby.git

You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.

How to build

see Building Ruby

Ruby home page

https://www.ruby-lang.org/

Documentation

Mailing list

There is a mailing list to discuss Ruby. To subscribe to this list, please send the following phrase:

subscribe

in the mail body (not subject) to the address ruby-talk-request@ruby-lang.org.

Copying

See the file COPYING.

Feedback

Questions about the Ruby language can be asked on the Ruby-Talk mailing list or on websites like https://stackoverflow.com.

Bugs should be reported at https://bugs.ruby-lang.org. Read "Reporting Issues" for more information.

Contributing

See "Contributing to Ruby", which includes setup and build instructions.

The Author

Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.

matz@ruby-lang.org

Description
Languages
Ruby 58.9%
C 29.5%
Rust 6.1%
C++ 2.9%
Yacc 0.9%
Other 1.6%