Skip to content

TheMaverickProgrammer/lua_yes_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YES Script

YES - Your Extensible Script .

YES is a meta scriptlet standard whose elements and meaning are determined by YOU the programmer. They can be extended further with attributes which allow YOUR end-users to make their additions to YOUR elements.

Getting Started

This Lua library provides a parser which reads an entire file's contents by string. You do not need to split the contents. The parser will do that for you.

The only function exported from lib.lua is read(filepath) -> {elements: {}, errors: {}}.

Both elements and errors are lists.

See element.lua for the full Yes Element API.

Each error table has the form {line=int, type=string} to report to users which problem ocurred and at what line.

License

This project is licensed under the Common Development and Distribution License (CDDL).

About

Your Extensible Script bindings for LUA 5.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages