Commit Graph

85 Commits (250a517768b087e7b26562c512a362f86e307bc1)

Author SHA1 Message Date
Øyvind Skaaden 250a517768 Cheatsheet 2022-04-03 22:40:40 +02:00
Øyvind Skaaden 521e412db2 Added files to debug acoss ps 2022-04-03 22:40:33 +02:00
Øyvind Skaaden 63a5efae3c more continious examples 2022-04-02 20:15:06 +02:00
Øyvind Skaaden 3d68d7227c started function body 2022-04-02 20:14:57 +02:00
Øyvind Skaaden 9583009760 added some more test files to vsl 2022-03-31 23:12:42 +02:00
Øyvind Skaaden b6a3b145e0 clean before recompile 2022-03-31 23:12:24 +02:00
Øyvind Skaaden 36680f5c8d Finished two of the generator parts
- string table
-global vars

beginnings of function
2022-03-31 23:12:12 +02:00
Øyvind Skaaden 7b0cf372c8 Added some outfiles 2022-03-31 23:11:17 +02:00
Øyvind Skaaden 71f757ecdc Moved my files into project 2022-03-31 21:33:52 +02:00
Øyvind Skaaden 9f31718671 added some presentations 2022-03-31 21:24:06 +02:00
Øyvind Skaaden d266ac400e Init ps5 2022-03-31 21:23:57 +02:00
Øyvind Skaaden 7c3e5aaefa Added own submission 2022-03-19 13:41:37 +01:00
Øyvind Skaaden 8dfa078c0f Added syntax highlighter 2022-03-19 13:41:29 +01:00
Øyvind Skaaden c857bb68e8 Fixed state 2022-03-18 22:49:07 +01:00
Øyvind Skaaden d042cd00fb Removed comment 2022-03-18 22:48:22 +01:00
Øyvind Skaaden 8e8f509e44 Added a lot of documentation 2022-03-18 22:48:09 +01:00
Øyvind Skaaden 4793e4e934 Changed the print of globals 2022-03-18 19:47:32 +01:00
Øyvind Skaaden a92ee8c187 Added pygments lexer 2022-03-18 19:47:18 +01:00
Øyvind Skaaden fab7d8916e Added lookup of vars, start commenting 2022-03-17 23:14:24 +01:00
Øyvind Skaaden 398bdc9487 Fixed some errors in the vsl programs 2022-03-17 23:13:55 +01:00
Øyvind Skaaden e839190fbf Added strings, and cleaned up 2022-03-17 22:00:38 +01:00
Øyvind Skaaden d80961ec56 Start bind_names and declarations 2022-03-17 21:40:41 +01:00
Øyvind Skaaden 06bca1fa00 Cleaned up ir.c 2022-03-17 21:40:18 +01:00
Øyvind Skaaden b56eb1a707 Added print and destroy symbol table, start bind_names 2022-03-16 22:28:17 +01:00
Øyvind Skaaden 6b87321671 Removed helpers and moved to ir.c 2022-03-16 22:27:42 +01:00
Øyvind Skaaden 78d4161e4d Added header for helpers 2022-03-16 22:26:25 +01:00
Øyvind Skaaden b0f3da6f0d Added default scope stack size 2022-03-16 22:25:32 +01:00
Øyvind Skaaden bef1e015f6 Added scanning of global variables 2022-03-15 22:29:45 +01:00
Øyvind Skaaden fb6c35523e Added some constant values for sizes 2022-03-15 22:29:29 +01:00
Øyvind Skaaden a0c695ef66 Removed unoptimized print 2022-03-15 22:29:14 +01:00
Øyvind Skaaden 2734cdb176 fixed bug with being to aggressive
- Is now more flexible
- Added resolve constant relations
2022-03-13 20:20:35 +01:00
Øyvind Skaaden e29492f7f8 Cleaned up the ir.h 2022-03-13 20:19:53 +01:00
Øyvind Skaaden b2ba4768c6 added some constant relations 2022-03-13 20:19:39 +01:00
Øyvind Skaaden 5d866e48a0 Added a pdf from the year 21 2022-03-13 20:19:29 +01:00
Øyvind Skaaden b8255e4e93 added some comments 2022-03-12 19:32:10 +01:00
Øyvind Skaaden c45131d029 print out what relation is used 2022-03-12 19:26:50 +01:00
Øyvind Skaaden a97b6602a0 fixed bug with being to agressive 2022-03-12 19:26:35 +01:00
Øyvind Skaaden fe49453d0a added var to function call 2022-03-12 19:22:14 +01:00
Øyvind Skaaden 40c9090656 added flags to output 2022-03-12 19:22:05 +01:00
Øyvind Skaaden 94d83fc59b fixed bug where the simplify is to aggressive 2022-03-12 19:21:53 +01:00
Øyvind Skaaden a5f6aaf1fa added my own from ps3 2022-03-12 19:21:38 +01:00
Øyvind Skaaden 6856407f38 add ignore 2022-03-12 18:09:29 +01:00
Øyvind Skaaden 4717d45e30 Start PS4 2022-03-12 18:09:07 +01:00
Øyvind Skaaden 7a3af1c302 Added solution to the problem sets. 2022-03-06 17:21:38 +01:00
Øyvind Skaaden 202622c44b Added some pdfs 2022-03-06 17:13:26 +01:00
Øyvind Skaaden b06406e48a Added yylex_destroy 2022-02-27 19:15:26 +01:00
Øyvind Skaaden 6b3065fe11 removed comment 2022-02-27 19:15:12 +01:00
Øyvind Skaaden 9cd417d5da added memory freeing functions 2022-02-27 19:13:53 +01:00
Øyvind Skaaden 10515c009a Added simplifying methods
- Prune children to remove unneeded nodes
- resolve constant expressions
- Flatten lists
2022-02-27 19:10:39 +01:00
Øyvind Skaaden 8c85391fb9 Added naming back 2022-02-27 19:08:54 +01:00