Histórico de commits

Autor SHA1 Mensagem Data
  Hugo Sales df24653780 More expandable way to define instructions 5 anos atrás
  Diogo Cordeiro e2cc9bb453 a couple of unscalable mips instructions 5 anos atrás
  Diogo Cordeiro b8de1b88cb Add Logic operators 5 anos atrás
  Diogo Cordeiro ff698f0ea2 Fix Makefile's clean routine 5 anos atrás
  Hugo Sales 024a9fba56 Refactor and restructure 5 anos atrás
  Hugo Sales e95f72b8f9 Further refactoring in preparation for starting work on MIPS target 5 anos atrás
  Hugo Sales a61634c05f Refactor Intermediate Representation stage out 5 anos atrás
  Diogo Cordeiro 7007debe42 [Makefile] Add compiler.hi to OBJS 5 anos atrás
  Hugo Sales 65a777d28a Add support for strings, refactor, allow for indirect loads and differentiate between loading statics ('#') vs addresses ('$') 5 anos atrás
  Hugo Sales c582221f0a Added statics to state, allowing for constant and global objects, such as strings 5 anos atrás
  Hugo Sales d76a8d6477 Make Prinln use a register 5 anos atrás
  Hugo Sales a0e3d8fc35 Add TODO 5 anos atrás
  Hugo Sales 2d6c6ff0b5 Add support for attributions 5 anos atrás
  Hugo Sales 7785e2a858 Add halt instruction 5 anos atrás
  Hugo Sales 28841af4d1 Another very important alignment change 5 anos atrás
  Hugo Sales 062abaf178 Fix If and While and wrong printing of results 5 anos atrás
  Hugo Sales 0f4f3e54d8 Merge NumOp and RelOp to simplify parsing 5 anos atrás
  Diogo Cordeiro f3d672be97 Slightly reduce the nonsense of println 5 anos atrás
  Diogo Cordeiro 07fb32f831 Merge branch 'master' of github.com:diogogithub/compiler 5 anos atrás
  Diogo Cordeiro 46a9ee81b4 [master] 5 anos atrás
  Hugo Sales 3cb351b13a Rename Block Blk 5 anos atrás
  Hugo Sales 699e5d587c Remove Move IR as it is equivalent to Unary to (AReg from) 5 anos atrás
  Hugo Sales ff19e15f3f Add move IR instruction, use Maybe in Block Reg and Label and all associated functions and refactoring 5 anos atrás
  Hugo Sales 138b53f124 Added support for while statements in the IR 5 anos atrás
  Hugo Sales ae67365e97 Added a representation of variables and loads and stores to the IR 5 anos atrás
  Hugo Sales 932080c7b0 Fix makefile so it builds on changes to compiler.hs 5 anos atrás
  Hugo Sales 1213547e5e Very important alignment fix 5 anos atrás
  Diogo Cordeiro 33d3a43528 [master] 5 anos atrás
  Hugo Sales 1e696239c4 Extend IR to include goto, labels, if and relational operators and associated utilities 5 anos atrás
  Hugo Sales 44d2422424 Changing IR printing format to match spec 5 anos atrás