Commit Graph
95 Commits
Author SHA1 Message Date
Ozan Eğitmen df79809cdd Changed error keyword from error to panic 2015-11-23 17:09:08 +02:00
Ozan Eğitmen 1c67be7d2e Release Version 2015-11-23 16:19:11 +02:00
Ozan Eğitmen 8477b443b0 Update README.md 2015-11-22 00:17:13 +02:00
Ozan Eğitmen 07ce5e7a0b Updated ASL GUI.exe 2015-11-15 19:57:53 +02:00
Ozan Eğitmen ca26fbf6d4 Update README.md 2015-11-15 19:56:59 +02:00
Ozan Eğitmen 0c63114c44 Update README.md 2015-11-15 19:55:00 +02:00
Ozan Eğitmen 1eb5ce8035 Updated readme 2015-11-15 19:53:57 +02:00
Ozan Eğitmen 68f05f09ea v0.2.1 2015-11-15 19:51:14 +02:00
Ozan Eğitmen 5bcfda10bd Update README.md 2015-11-15 15:24:31 +02:00
Ozan Eğitmen 664b435715 Beta Release Commit 2015-11-15 15:23:21 +02:00
Ozan Eğitmen 11c9d19c25 Initial commit, has missing code 2015-11-07 22:01:19 +03:00
Marvin Blum 3990a20cb0 Added changelog. 1.1.0 2015-11-07 14:38:34 +01:00
Marvin Blum 07250ba2a7 Updated readme. 2015-11-05 19:02:51 +01:00
Marvin Blum 2bc11fb125 Removed "in" keyword from tokenizer. Updated readme. 2015-11-03 13:28:00 +01:00
Marvin Blum 0ca6566454 Merge pull request #20 from DeKugelschieber/revert-19-new-repo-example
Revert "New repo layout and unified test"
2015-11-02 18:13:37 +01:00
Marvin Blum 5c540ce481 Revert "New repo layout and unified test" 2015-11-02 18:13:18 +01:00
Marvin Blum f6b5ed4dd6 Merge pull request #19 from nikolauska/new-repo-example
New repo layout and unified test
2015-11-02 11:28:20 +01:00
nikolauska afad182f28 add .project file back that was accidentally removed 2015-11-02 12:12:04 +03:00
nikolauska d2c32b3b85 added new repository layout and unified tests 2015-11-02 12:00:18 +03:00
Marvin Blum 67e950b41d Started better error output by adding line and column number. Need to
get rid of panic.
2015-10-31 16:49:33 +01:00
Marvin Blum 6c55846e9f Issue #18, but syntax is: foreach (variable) => (expression) {...}. 2015-10-31 16:40:58 +01:00
Marvin Blum 3ee9a310e8 Removed preprocessor from "whats missing". 2015-10-31 16:28:43 +01:00
Marvin Blum 8d5c0a6905 Added documentation, added new line before preprocessor line. 2015-10-31 16:27:10 +01:00
Marvin Blum 276ab86668 Added preprocessor line. 2015-10-31 16:20:04 +01:00
Marvin Blum dc4eaf4b0f main package must remain, stupid me. 2015-10-30 19:38:17 +01:00
Marvin Blum 1d7f435530 Added folder to gitignore. 2015-10-30 19:11:05 +01:00
Marvin Blum aedf8e715e Removed test 'in' folder. 2015-10-30 19:09:46 +01:00
Marvin Blum 4da540317f Version number. 2015-10-30 19:05:18 +01:00
Marvin Blum 6e4cef91bc Issue #15. 2015-10-30 19:03:50 +01:00
Marvin Blum ae8fad1abc Updated readme. 2015-10-28 19:20:23 +01:00
Marvin Blum 755d5af263 Updated readme. 2015-10-28 19:09:39 +01:00
Marvin Blum bf751e63c9 Merge branch 'master' of https://github.com/DeKugelschieber/asl.git 2015-10-28 19:00:42 +01:00
Marvin Blum c3d4661b7f Issue #6. 2015-10-28 19:00:32 +01:00
Marvin Blum d7013b01c3 Issue #6. 2015-10-28 18:58:40 +01:00
Marvin Blum 393ddd4326 Added compiler context. 2015-10-28 18:38:49 +01:00
Marvin Blum 53ea74a19b That's it basically, need own context to compile sub parts within other
compilation.
2015-10-28 18:26:29 +01:00
Marvin Blum 0a66f15704 Merge remote-tracking branch 'origin/master' into feature/code-keyword
Conflicts:
	in/simple.asl
2015-10-28 18:13:55 +01:00
Marvin Blum 352bfd6a9b Issue #9. 2015-10-28 18:12:20 +01:00
Marvin Blum 0b26c5bdf8 Issue #11. 2015-10-28 18:08:08 +01:00
Marvin Blum 1cbcda4261 Started to add special function to inline code (issue #6). 2015-10-28 17:59:38 +01:00
Marvin Blum bba215cd8d Fixed switch in test and readme. 2015-10-28 17:50:46 +01:00
Marvin Blum a64bef135d Issue #13. 2015-10-28 17:04:51 +01:00
Marvin Blum 7ed05f913b Fixed unit tests. 2015-10-27 22:06:49 +01:00
Marvin Blum a703189f0c Edited readme. 2015-10-27 19:09:29 +01:00
Marvin Blum c6acb22403 Removed sample output directory. 1.0.0 2015-10-26 21:04:39 +01:00
Marvin Blum 5d22e80f4e Removed sample. 2015-10-26 21:03:46 +01:00
Marvin Blum f614efec43 Also converting paths to Windows paths now. 2015-10-26 20:55:20 +01:00
Marvin Blum a736ed2f58 Fix issue #1. Added windows new line/whitespace character. 2015-10-25 19:43:21 +01:00
Marvin Blum 070ef6732d Small improvements to for. 2015-10-25 19:33:09 +01:00
Marvin Blum 2d6edd9207 Removed sample output folder from index. 2015-10-25 18:41:54 +01:00