2020-11-26 02:01 | Update samples. | Demonstrandum | 2 | +2 | -68 |
2020-11-26 01:43 | Project status update. | Demonstrandum | 24 | +516 | -47 |
2020-06-16 01:32 | Implemented basic type checking on function definitions. | Demonstrandum | 10 | +192 | -52 |
2020-06-15 03:41 | Remove backup file. | Demonstrandum | 2 | +1 | -18 |
2020-06-15 03:39 | Added compilation tests for the compiler. | Demonstrandum | 20 | +265 | -19 |
2020-06-13 16:19 | Remove old `.ideas' folder | Demonstrandum | 1 | +0 | -51 |
2020-06-13 16:17 | Fix some debug feature code. | Demonstrandum | 1 | +3 | -2 |
2020-06-13 15:58 | Use rust nightly | Demonstrandum | 3 | +23 | -11 |
2020-06-13 15:13 | Display notes in error messages, if the exist. | Demonstrandum | 2 | +17 | -0 |
2020-06-13 14:23 | Rewrite error reporting and source site tracking. | Demonstrandum | 20 | +796 | -403 |
2020-06-11 19:44 | New dependency graph. | Demonstrandum | 1 | +0 | -0 |
2020-06-11 19:42 | Delete graph.png | Fredrik | 1 | +0 | -0 |
2020-06-11 19:33 | Compile less without debug features. | Demonstrandum | 10 | +64 | -21 |
2020-06-11 18:20 | Resolve devel conflicts. | Demonstrandum | 51 | +2377 | -760 |
2020-06-11 18:13 | Fix sample | Demonstrandum | 5 | +39 | -0 |
2020-01-02 20:27 | Updating | Demonstrandum | 3 | +16 | -10 |
2019-12-20 00:15 | Create rust.yml | Fredrik | 1 | +15 | -0 |
2019-10-23 15:59 | Added raw-print as opcode and language builtin (#1) | Fredrik | 15 | +432 | -232 |
2019-08-11 23:13 | Update compiler test link | Demonstrandum | 1 | +1 | -1 |
2019-08-11 23:12 | Compile simple curried functions. | Demonstrandum | 14 | +602 | -146 |
2019-08-09 18:18 | Basic static typing for functions. | Demonstrandum | 6 | +149 | -47 |
2019-08-07 20:41 | Rewrote static typing for variables. | Demonstrandum | 6 | +145 | -109 |
2019-08-06 18:22 | Fix const folder. | Demonstrandum | 1 | +11 | -4 |
2019-08-06 16:45 | Rewrote constant folder. | Demonstrandum | 5 | +59 | -84 |
2019-08-05 03:20 | implicit type-casting for static numeric types. | Demonstrandum | 8 | +183 | -18 |
2019-08-04 16:13 | Rename | Demonstrandum | 2 | +5 | -5 |
2019-08-01 18:19 | Added very rudimentary static typing | Demonstrandum | 7 | +213 | -62 |
2019-07-30 21:36 | Basic type-annotations implemented. | Demonstrandum | 8 | +149 | -26 |
2019-07-30 00:09 | Update description. | Demonstrandum | 4 | +40 | -19 |
2019-07-29 22:59 | Basic assignment is properly compiled. | Demonstrandum | 8 | +91 | -38 |
2019-07-29 20:29 | Compilation errors support. | Demonstrandum | 9 | +110 | -35 |
2019-07-29 17:47 | Implemented constant folding. | Demonstrandum | 7 | +186 | -21 |
2019-07-29 14:30 | Partial static types. | Demonstrandum | 11 | +123 | -139 |
2019-07-28 22:56 | Started work on compiler. | Demonstrandum | 1 | +3 | -1 |
2019-07-28 22:46 | Bytecode compiler simple arithmetic and type coercion. | Demonstrandum | 19 | +445 | -124 |
2019-07-27 01:36 | Started on compiler, basic operations on constants. | Demonstrandum | 12 | +174 | -38 |
2019-07-22 00:16 | Function Currying & partial application for infix. Yay! | Demonstrandum | 9 | +125 | -47 |
2019-07-21 16:49 | Merge branch 'master' of github.com:Demonstrandum/valhalla | Demonstrandum | 1 | +7 | -17 |
2019-07-21 16:49 | Currying OPs and comments. | Demonstrandum | 6 | +104 | -49 |
2019-07-19 15:11 | Fixed binary op-check. | Demonstrandum | 5 | +63 | -8 |
2019-07-19 00:02 | Proper error handling. | Demonstrandum | 5 | +104 | -14 |
2019-07-18 20:38 | impl statement chaining by newlines and ;. | Demonstrandum | 3 | +32 | -7 |
2019-07-18 14:39 | Added pretty printing. | Demonstrandum | 3 | +29 | -7 |
2019-07-17 19:04 | Merge branch 'master' of github.com:Demonstrandum/valhalla | Demonstrandum | 1 | +2 | -1 |
2019-07-17 19:04 | Super basic Pratt parser, needs to be extended. | Demonstrandum | 4 | +107 | -77 |
2019-07-16 14:37 | Center Align | Demonstrandum | 1 | +3 | -2 |
2019-07-16 14:32 | Linked potential logo. | Demonstrandum | 1 | +2 | -0 |
2019-07-16 14:28 | Seperated lib and bin. | Demonstrandum | 9 | +197 | -33 |
2019-07-13 19:02 | Added foundations for parser, need to implement some form of precedence parsing now. | Fredrik Knutsen | 10 | +597 | -38 |
2019-07-09 21:20 | Basic Arithmetic Lexer. | Fredrik Knutsen | 9 | +182 | -1 |
2019-07-09 11:10 | Added gitignore and new files. | Fredrik Knutsen | 7 | +704 | -1 |
2019-07-08 10:25 | Init Rust Project | Fredrik Knutsen | 2 | +8 | -0 |
2019-07-08 10:18 | Added GNU GPL-3.0 Licensing | Demonstrandum | 1 | +675 | -0 |
2019-07-08 10:17 | Added first README.md | Demonstrandum | 1 | +22 | -0 |