Skip to content
/ slang Public
forked from madmann91/slang

A small and flexible front-end for GLSL-like languages

License

Notifications You must be signed in to change notification settings

AnyDSL/slang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slang

A small and flexible front-end for GLSL-like languages.

Project goal

Provide a simple GLSL-like shading language front-end, that is : a lexer, a parser, and a semantic analyser. The system should be simple and lightweight, and well documented. A thorough test suite should also be included.

Status

Currently only the lexer, parser and a basic test suite are implemented. Most of the GLSL 4.0 specification is supported.

License

The code is distributed under the LGPL license.

About

A small and flexible front-end for GLSL-like languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • C 6.0%
  • Python 1.6%