Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

exercises.md

File metadata and controls

9 lines (7 loc) · 431 Bytes

EXERCISES

  • Optimize line number storage by implementing a RLE (Run Length Encoding) function [X]
  • Add support for multi-byte operands in your instruction set []
  • Search for an open source implementation of malloc, try to implement your own []
  • Add support for string interpolation []
  • Angle brackets: >> How can you both implement them along with generics in C++? []
  • Find how contextual keywords might be implemented []