Amina Assal, Ivan Barral, Rafail Khalilov, and Myric Lehner
- Update variable declarations to our own style of in-line variable and assignment.
- add matrices (add indexing)
- add more math functions
- fix variable declaration to be prettier [DONE]
- add "def" to test cases
- fix file extensions [DONE]
//building
make redpandas.native
//compiling test case
./rpc hello_world_2.rp
// or you can just do the printing thing after building
./redpandas.native -a tests/test-gcd.rp