Skip to content

A high-level lisp inspired language for writing fast and efficient code.

License

Notifications You must be signed in to change notification settings

the-meta-lang/meta-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


About

META Lisp is a lisp-like statically typed language that compiles to METALS. It was designed as an embdedded addon for the META Compiler writing language to allow for more powerful syntax definitions.

Getting Started

META Lisp is delivered as part of the METAx CLI but may also be used as a standalone binary. You may also compile it for your specific system but as of yet, it has only been tested on Linux x86_64 and the used syscalls WILL NOT WORK on Windows.

This is how you would use the standalone binary:

./meta-lisp <source> [-o <output>] [-f <nasm|metals>]

Replace <source> with the actual filename of your .mlisp program source file. The output file can be specified with the -o flag and the output format can be specified with the -f flag. The default output format is metals.

For more examples, please refer to the Documentation

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

A high-level lisp inspired language for writing fast and efficient code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published