• Stars
    star
    1
  • Language
    Ruby
  • License
    MIT License
  • Created almost 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The lexical analyzer component for the Ruby Compiler Toolkit Project (RCTP)

More Repositories

1

CX16

Developments related to the Commander X 16 project.
Batchfile
3
star
2

option_list

For reference only. Obsolete as of Ruby 2.1.
Ruby
3
star
3

full_dup

A recursive, deep copy version of dup with exclusion control and tolerance of non-dupable values.
Ruby
3
star
4

ruby_sscanf

A fast, pure Ruby, formatted string data parser.
Ruby
2
star
5

mysh

My Shell; A Ruby inspired experimental shell program and application utility. Under development; getting better!
Ruby
2
star
6

ideas

A sandbox for little concepts, thoughts and ideas.
Ruby
2
star
7

make_gem

A script to setup a gem skeleton the way I like it.
Ruby
2
star
8

fOOrth

The fOOrth language project and User's Manual. Under development but now ready for alpha level exposure.
Ruby
2
star
9

in_array

A tiny gem to encapsulate data in_array. A case study in replacing program flow with object oriented design.
Ruby
1
star
10

DPCUC

1
star
11

counted_cache

A cache for mostly read data with a high cost of retrieval.
Ruby
1
star
12

mini_erb

A simplified, streamlined, fast, pure-ruby replacement for erb. Experimental.
Ruby
1
star
13

rctp

The Ruby Compiler Toolkit Project
Ruby
1
star
14

mini_term

A portable abstraction of the console for creating interactive character mode applications.
Ruby
1
star
15

parse_queue

An object queue for moving compiler tokens with nestable backtrack capability.
Ruby
1
star
16

pause_output

A simple facility to pause output on the console terminal.
Ruby
1
star
17

composite_rng

A random number generator built by composing other random number generators.
Ruby
1
star
18

fully_freeze

A deep, recursive freeze and freeze tester in pure Ruby.
Ruby
1
star
19

zed8e

A direct threaded implementation of FORTH for the Z-80
Assembly
1
star
20

minitest_visible

A simple progress reporting gem for minitest. Deprecated. It seemed like a good idea at the time.
Ruby
1
star
21

fibonacci_rng

An experimental random number generator inspired by the famous Fibonacci number sequence.
Ruby
1
star
22

safe_dup

A safe, fast, exception free dup method that demonstrates the use of inheritance and safe monkey patching.
Ruby
1
star
23

flex_array

A flexible multi-dimensional array gem for Ruby.
Ruby
1
star
24

connect_n_game

A simple connect N (4..8) game with some simple AI players.
Ruby
1
star
25

vls

The version ls utility; List the modules of a gem/application with version info. Useful for determining application composition. Great debug tool in rails console.
Ruby
1
star
26

test65

A simple automated test tool for cc65 code for Commander X 16 developments.
Ruby
1
star
27

insouciant

Run Ruby code snippets without worrying about warnings, errors or exceptions. E&OE for coders.
Ruby
1
star
28

safe_clone

A safe, fast, exception free clone method that demonstrates the use of inheritance and safe monkey patching.
Ruby
1
star
29

games_lessons

A series of simple demo programs for creating games in Ruby with the Gosu gem.
Ruby
1
star
30

format_output

Formatted bullet points or columns to the console or strings.
Ruby
1
star
31

full_clone

A recursive, deep copy version of clone with exclusion control and tolerance of non-clonable values.
Ruby
1
star
32

format_engine

A gem to support creating string formatting and parsing routines like strftime and strptime for any class that needs formatting and parsing.
Ruby
1
star