Skip to content

ralexstokes/ubiquity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubiquity

Build Status

about the language

ubiquity is a Lisp language inspired by Clojure.

syntax

Refer to parser::lexer::Token for the possible syntactic elements. In general, the lexer recognizes a number of delimiters and numeric types; all other input is considered a symbol. Given that the Token::Symbol type wraps a &str from Rust, any valid Rust string (aka UTF-8) is a valid symbol in ubiquity.

grammar

refer to parser::ast::Ast for the possible grammatical types.

About

A Clojure-like Lisp in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages