Commit Graph

104 Commits

Author SHA1 Message Date
Luna c80f887597 update to latest zig 2020-07-23 16:38:26 -03:00
Luna 38f0b04351 updates for latest zig 2020-04-10 16:48:10 -03:00
Luna f9e8543b7c fixes for latest zig 2019-12-07 19:45:12 -03:00
Luna 79b2d37ac0 readme: for is implemented 2019-08-29 14:30:48 -03:00
Luna 8bce47f5cc add for statements 2019-08-29 14:30:33 -03:00
Luna 1ac1e54264 update readme 2019-08-27 14:47:12 -03:00
Luna 418c48b1b4 readme: fix markdown on install 2019-08-27 12:47:09 -03:00
Luna bf742f1699 README: no enum literals, no switch yet 2019-08-27 12:39:17 -03:00
Luna 36361b3d13 readme: enums are done 2019-08-27 12:31:43 -03:00
Luna 9781a28df7 add enum support 2019-08-27 12:31:02 -03:00
Luna 622f0e8d81 readme: arrays done 2019-08-27 12:21:33 -03:00
Luna 6ab7cdbe20 add array parsing 2019-08-27 12:19:10 -03:00
Luna 4479e78356 scanner: fix SlashEqual generation not skipping its own chars
- parser: allow SlashEqual on main mkAssign/mkSet call
 - readme: += and gang are done
2019-08-27 12:05:29 -03:00
Luna e0a60ddc2c add SlashEqual operator 2019-08-27 11:58:32 -03:00
Luna eb7a485206 parser: simplify finishAssignment, add StarEqual support 2019-08-27 11:54:21 -03:00
Luna a0808b54aa parser: add PlusEqual and MinusEqual to Get expressions 2019-08-27 11:29:17 -03:00
Luna 8007f9e860 add PlusEqual and MinusEqual for variable assignment 2019-08-27 11:25:04 -03:00
Luna c63b42c414 readme: move error handling to sub-objectives of a type system 2019-08-26 22:44:36 -03:00
Luna a068dfc021 update readme 2019-08-26 22:42:39 -03:00
Luna 779ff33f8f update readme 2019-08-26 21:57:01 -03:00
Luna ac5d29819c split access modifier parsing into own func
- revamp parsing of access modifiers so it is correct
2019-08-26 21:43:58 -03:00
Luna 96d48f8762 tokens: add pub TokenType 2019-08-26 21:32:10 -03:00
Luna fc4b84b51c scanner: add pub keyword 2019-08-26 21:31:57 -03:00
Luna a706f077cb add pub/mut modifiers to struct fields 2019-08-26 21:31:01 -03:00
Luna b436ad831a readme: methods are done 2019-08-26 21:13:42 -03:00
Luna 1572b913f8 ast_printer: print return types 2019-08-26 21:12:41 -03:00
Luna 20e5c2339f ast_printer: add support for method data 2019-08-26 20:36:48 -03:00
Luna e0d712cd9f split pre-method into parsePreMethod 2019-08-26 20:31:15 -03:00
Luna a72346b888 s/consume/consumeSingle 2019-08-26 20:23:11 -03:00
Luna 5f8d9da6fa parser: add incomplete parsing of method functions 2019-08-26 20:21:39 -03:00
Luna e2f7343242 allow optional return types on functions 2019-08-26 17:26:20 -03:00
Luna 9eaa71cbd6 remove some debug calls 2019-08-26 15:29:59 -03:00
Luna 9e32ff9e16 parser: split into finishAssignment 2019-08-26 15:19:31 -03:00
Luna c3f0b4b4d5 parser: simplify parseBlock 2019-08-26 14:59:14 -03:00
Luna 1c8eda7305 ast: remove Expr Node (lives under Stmt) 2019-08-26 14:48:53 -03:00
Luna b382c136ec parser: make parseExpr return Expr instead of Node 2019-08-26 14:46:00 -03:00
Luna 3cd19e6515 add todo to readme 2019-08-26 14:30:13 -03:00
Luna 5bb57116c0 update readme 2019-08-26 14:26:58 -03:00
Luna 6a52297cce readme: s/spoodle/vig 2019-08-26 13:43:07 -03:00
Luna bd036ff961 build.zig: s/spoodle/vig 2019-08-26 13:39:00 -03:00
Luna 45b027e90f add assignment to struct fields 2019-08-26 13:29:45 -03:00
Luna d55137a7c7 lift restraint on Calls being only made to Variables 2019-08-26 13:17:25 -03:00
Luna 0ecfb75081 add struct field getting 2019-08-26 13:15:08 -03:00
Luna c2499f96c9 add struct intialization 2019-08-26 11:59:32 -03:00
Luna 19fd9daebf add structs 2019-08-26 10:49:43 -03:00
Luna 45ae160b76 move ast printing functions to ast_printer.zig 2019-08-26 10:25:14 -03:00
Luna a3127c76e7 remove optional from parseTopDecl 2019-08-26 09:54:01 -03:00
Luna 90543d1d56 parser: make internal tokens use ArrayList(Token) 2019-08-25 23:59:01 -03:00
Luna 8f7535e14e parser: remove dead code 2019-08-25 23:55:19 -03:00
Luna c0c93183cb add return statements 2019-08-25 23:16:13 -03:00