Sha256: e3d9f42deafe394705cea7565b421726d5157fc8c285adce4375f225afc224cf

Contents?: true

Size: 376 Bytes

Versions: 2

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 => 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_while.feature
nilac-0.0.4.3.9.3 shark/features/regular_while.feature