Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
Major components implemented:

 * Scanner - implements basic parsing functionality.
 * Types - language representation in Haskell.
 * Lexer, Tokenizer, Parser - converts from source to AST.
 * Fundamental language structures such as loops and data structures.
 * Implements a basic error system.
  • Loading branch information
GuiltyDolphin committed Nov 21, 2015
1 parent c226a37 commit 6b07504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Angle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: angle
version: 0.1.0.0
version: 0.2.0.0
synopsis: A small, general-purpose programming language.
license: GPL-3
license-file: LICENSE
Expand Down

0 comments on commit 6b07504

Please sign in to comment.