Skip to content

Meaning => Language => Programming Language => Meaning

Notifications You must be signed in to change notification settings

karen-pal/semiosis

Repository files navigation

Lista:

  • Ambigüedad(cognición).
  • Sensibilidad(sensorial).
  • Comunicación(lenguaje).
  • Propósito(almica)
Contenidos

Comandos ...bla...

## Comandos

nearleyc grammar.ne -o grammar.js

Generar producciones random

nearley-unparse -s 3 grammar.js

Testear gramática

nearley-test -i "#fff" csscolor.js

Por ejemplo

nearleyc borges.ne -o borges.js

nearley-test -i "el espejo es una fragancia." borges.js

Parse results: 
[
  [
    [
      [ 'el espejo' ],
      [ ' ' ],
      [ 'es' ],
      [ ' ' ],
      [ [ 'una fragancia' ] ]
    ],
    '.'
  ]
]

nearley-unparse borges.js

el espejo no sabe lo que yo siento.

Usar CLI

node color.js

About

Meaning => Language => Programming Language => Meaning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published