Sha256: 9e59ce5cab930f349a768c75667334f356618c8ec4ed574b7ea243e5926ad069

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

Feature: This feature brings loop keyword to Nila
  Scenario: Input file with loop keyword. 
    Given the input file "loop.nila"
    When the ~compiler is run
    The output file must be "loop.js"
    The output file must equal "correct_loop.js"

Configurations:

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.2 shark/features/loop.feature
nilac-0.0.4.3.9.1 shark/features/loop.feature
nilac-0.0.4.3.9 shark/features/loop.feature
nilac-0.0.4.3.8 shark/features/loop.feature
nilac-0.0.4.3.7 shark/features/loop.feature
nilac-0.0.4.3.6 shark/features/loop.feature
nilac-0.0.4.3.4 shark/features/loop.feature