Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
D7050E_2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wilma Krutrök
D7050E_2020
Commits
07578f9e
Commit
07578f9e
authored
4 years ago
by
Wilma Krutrök
Browse files
Options
Downloads
Patches
Plain Diff
Update HOME_EXAM.md
parent
82663289
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
HOME_EXAM.md
+3
-2
3 additions, 2 deletions
HOME_EXAM.md
with
3 additions
and
2 deletions
HOME_EXAM.md
+
3
−
2
View file @
07578f9e
...
...
@@ -226,6 +226,7 @@ Bool
```
#### Showcase
The following program will be accepted by the parser.
```
rust
fn
test1
(
x
:
i32
,
y
:
i32
)
->
i32
{
if
x
<
y
{
...
...
@@ -285,7 +286,7 @@ No argument given in functioncall.
Expressions not allowed in else statment.
#### Coverage
The following bullet points are covered by the parser
The following bullet points are covered by the parser
.
-
Two different function definitions (with arguments and return type or without arguments and return type)
-
Let and mutable let
...
...
@@ -299,7 +300,7 @@ The following bullet points are covered by the parser
All statements have explicit types.
#### Future implementation
In the future could the following things be implemented to allow the parser to accept more programs
In the future could the following things be implemented to allow the parser to accept more programs
.
-
Function definition with arguments but no return type or no arguments but return type
-
Else if
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment