Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Hirsch
703602-Compiler-Construction
Commits
3cc1d691
Commit
3cc1d691
authored
Jun 07, 2019
by
Alexander Hirsch
Browse files
Clarify that namespaces should be utilised in C++
parent
2d2fc889
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
specification.md
specification.md
+4
-0
No files found.
specification.md
View file @
3cc1d691
...
...
@@ -296,6 +296,10 @@ The compiler guarantees the following:
-
Functions do not interact directly with
`stdin`
,
`stdout`
, or
`stderr`
.
-
No function terminates the application on correct usage.
*Note for C++*
:
Do not prefix symbols.
Put everything in an
`mcc`
namespace instead.
### Logging
Logging infrastructure may be present; however, all log output is disabled by default.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment