Skip to content
Snippets Groups Projects
Commit be228702 authored by RUGENGANDE-IHIMBAZWE JAENAI's avatar RUGENGANDE-IHIMBAZWE JAENAI Committed by ANDERSSEN CONSTANTIN
Browse files

documentation

parent a4c679da
Branches
1 merge request!12print 20 floars per line in print_print case ARRAY
......@@ -52,9 +52,12 @@ sudo apt install bison
- float value as singleton array.
- Cast integer in float if integer affectation to arrays or multiplication of a float and an integer. (Implicit)
### 6. branch test6
- Affectation multi dimensional array. **(TO DO :TRANSLATE IN MIPS)**
- Affectation multi dimensional array.
### 7. branch test7
- Operations on multi dimensional array. **(TO DO :TRANSLATE IN MIPS)**
### 9.branch test9
- Read an int into an int variable
- Read a float into a float variable
See in the [test report](./docs/tests.md) file the report on COREC tests features and error detection.
......
......@@ -9,7 +9,7 @@
6. Declaration of local ND arrays and assignement of values.
7. Operation with ND arrays.
8.
9.
9. Read an int or a float
## Error detection
1. Fuction without a rec section.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment