Sha256: a994129df674b7b01f89652425095b00ae1b22979d072e6bac125d7d4298925d

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

Feature: Compiling for loops in a nila program
  Scenario: Input with several kinds of for loops
    Given the input file "regular_for.nila"
    When the ~compiler is run
    The output file must be "regular_for.js"
    The output file must equal "correct_for.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/regular_for.feature
nilac-0.0.4.3.9.3 shark/features/regular_for.feature