Sha256: 24308537322566fe2bca9c33be672c842e547882a111d4705f0bb9d980359d24

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

# Marky is a simple markdown parser written in Nila and runs on Nodejs. 
# This will demonstrate the power and expressiveness of Nila. We will also 
# provide the Ruby version of the parser so that you can see how easy it
# is to port code from Ruby to Javascript using Nila

# This parser was written by Sri Madhavi Rajasekaran and is released under
# the MIT License.

# If you want to learn more about Nila, please visit http://adhithyan15.github.io/nila

def parse_markdown

end

commandline_args = []

process.argv.forEach do |val,index,array|

  commandline_args << val

end

puts commandline_args[2..last]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 examples/marky.nila
nilac-0.0.4.3.9.3 examples/marky.nila