Sha256: 0804f25e14e32ee6f6a2cec1937ff7bdc512cad498990d4b9099560097907ef4

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

Feature: Compiling a single line nila program
  Scenario: Input with a single line nila program
    Given the input file "simple.nila"
    When the ~compiler is run
    The output file must be "simple.js"
    The output file must equal "correct.js"

Configurations:

~compiler => lib/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 shark/features/barebones_compilation.feature
nilac-0.0.4.3.9.3 shark/features/barebones_compilation.feature