Skip to content

robmerrell/glass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glass

A toy Elixir parser written in Roc to learn more about the language.

Usage

TBD - not far enough along yet to get any real usage out of it.

Running Tests

Other than the usual roc test that will run all of the tests in the import tree of the project I have a file called IntegrationTests.roc. It runs integration tests against the lexer and parser for all files in the testdata directory. You can run these test with roc test IntegrationTests.roc.

Status

Currently it can lex a great deal of the language, there are still a few keywords and other syntax bits that will be added later on after I have built the parsing step out.

About

An Elixir parser written in Roc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages