Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 705 Bytes

Iris Programming Language written in JavaScript (for now it's only the lexer, but in future will be more, I hope 😅)

Project Structure

  • src directory contains Iris lexer
  • test directory contains lexer tests
  • iris-web directory contains a web page for testing lexer functionality

Scripts

  • npm run lint Run linter on src directory files
  • npm run test Run tests from test directory

Prerequisites

Run npm install

🐵 Author

Cristian Lupu

Email: lupucristiancptc@gmail.com

Twitter: @LupuCrist

📚 License

Iris is available under the MIT license.

See LICENCE for more license info.