gobstones-rb

所属分类:编程语言基础
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2023-08-17 10:07:51
上 传 者sh-1993
说明:  Gobstones编程语言的Ruby实现,
(A Ruby implementation of the Gobstones programming language,)

文件列表:
.rspec (48, 2023-12-18)
.rubocop.yml (3688, 2023-12-18)
.rubocop_todo.yml (387, 2023-12-18)
.simplecov (59, 2023-12-18)
.tool-versions (11, 2023-12-18)
CHANGELOG (678, 2023-12-18)
Gemfile (481, 2023-12-18)
Gemfile.lock (2322, 2023-12-18)
LICENSE (35148, 2023-12-18)
Rakefile (86, 2023-12-18)
bin/ (0, 2023-12-18)
bin/gobstones (259, 2023-12-18)
examples/ (0, 2023-12-18)
gobstones.gemspec (815, 2023-12-18)
lib/ (0, 2023-12-18)
lib/gobstones/ (0, 2023-12-18)
lib/gobstones/cli/ (0, 2023-12-18)
lib/gobstones/cli/board_template (3815, 2023-12-18)
lib/gobstones/cli/printer.rb (2850, 2023-12-18)
lib/gobstones/cli/runner.rb (2642, 2023-12-18)
lib/gobstones/extensions/ (0, 2023-12-18)
lib/gobstones/extensions/all.rb (116, 2023-12-18)
lib/gobstones/extensions/boolean.rb (194, 2023-12-18)
lib/gobstones/extensions/integer.rb (121, 2023-12-18)
lib/gobstones/extensions/string.rb (127, 2023-12-18)
lib/gobstones/lang/ (0, 2023-12-18)
lib/gobstones/lang/all.rb (191, 2023-12-18)
lib/gobstones/lang/commands/ (0, 2023-12-18)
lib/gobstones/lang/commands/all.rb (667, 2023-12-18)
lib/gobstones/lang/commands/boom.rb (483, 2023-12-18)
lib/gobstones/lang/commands/command_block.rb (661, 2023-12-18)
lib/gobstones/lang/commands/conditional.rb (530, 2023-12-18)
lib/gobstones/lang/commands/if.rb (264, 2023-12-18)
... ...

## gobstones-rb [![Build Status](https://travis-ci.org/ngarbezza/gobstones-rb.png?branch=master)](https://travis-ci.org/ngarbezza/gobstones-rb) [![Coverage Status](https://coveralls.io/repos/ngarbezza/gobstones-rb/badge.png?branch=master)](https://coveralls.io/r/ngarbezza/gobstones-rb?branch=master) [![Code Climate](https://codeclimate.com/github/ngarbezza/gobstones-rb.png)](https://codeclimate.com/github/ngarbezza/gobstones-rb) Ruby implementation of the Gobstones programming language. [Haskell](http://sourceforge.net/projects/gobstones/) and [Python](https://bitbucket.org/foones/gobstones) implementations. Gobstones is a programming language designed for teaching the fundamental abstractions for algorithmic problem solving. ## Status In progress ## Usage `gem install gobstones` Then run any valid `.gbs` program using the `gobstones` binary: `gobstones my_program.gbs`

近期下载者

相关文件


收藏者