davidavdav / JSObjectLiteral.jl

Parse javascript-like object literals in Julia into a Julia object
MIT License
11 stars 2 forks source link

make this be able to match single symbol (es6) #3

Closed Plasmatium closed 5 years ago

Plasmatium commented 5 years ago
date = "2019-3-5"
@mlstyle {
  date,
}
Dict{String,String} with 1 entry:
  "date" => "2019-3-5"