Sha256: 7b4b7645b1f444834d60eab4a787e8e64484fba79b58709592029c478fae6df2

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 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 --test --compile $file

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/features/regular_for.feature
nilac-0.0.4.3.9.7.1 shark/features/regular_for.feature
nilac-0.0.4.3.9.7 shark/features/regular_for.feature
nilac-0.0.4.3.9.6 shark/features/regular_for.feature
nilac-0.0.4.3.9.5 shark/features/regular_for.feature