Sha256: 34b636e2f093a3dabf49d204f87349950750c746709ba61e80e4b8474154b3b1

Contents?: true

Size: 376 Bytes

Versions: 7

Compression:

Stored size: 376 Bytes

Contents

Feature: This feature bring Ruby's while statement to Nila.   
  Scenario: Input function with while statements
    Given the input file "regular_while.nila"
    When the ~compiler is run
    The output file must be "regular_while.js"
    The output file must equal "correct_regular_while.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/regular_while.feature
nilac-0.0.4.3.9.1 shark/features/regular_while.feature
nilac-0.0.4.3.9 shark/features/regular_while.feature
nilac-0.0.4.3.8 shark/features/regular_while.feature
nilac-0.0.4.3.7 shark/features/regular_while.feature
nilac-0.0.4.3.6 shark/features/regular_while.feature
nilac-0.0.4.3.4 shark/features/regular_while.feature