Sha256: a6c93be8581107a7eca6201d94b84eaa82bedea0a8fde1009546b77b338b700e

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 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 => 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_while.feature
nilac-0.0.4.3.9.7.1 shark/features/regular_while.feature
nilac-0.0.4.3.9.7 shark/features/regular_while.feature
nilac-0.0.4.3.9.6 shark/features/regular_while.feature
nilac-0.0.4.3.9.5 shark/features/regular_while.feature