slash

slash is a simple type-oriented programming language
Log | Files | Refs | README | LICENSE

README (671B)


      1                ***********************************************
      2                * slash -- a dead simple programming language *
      3                ***********************************************
      4 
      5 slash a simple programming language based on (simple enough) OOP and a rich
      6 type system based on structural, strong typing and dependent types.
      7 
      8 The file extension is .slash, and ,sclass. This is the compiler source tree,
      9 written in C99 with a set of rigorous rules for quality.
     10 
     11 See the LICENSE file for licensing information, the HACKING file for contributing,
     12 the CONTRIBUTORS and .mailmap files for a list of contributors, and the TODOS file
     13 for goals we are working towards.
     14