Skip to content
Snippets Groups Projects
Commit e9e28298 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add ofstream support within the language

On the way rewrite OStream handling: `<<` and `>>` are now treated as
standard binary operators.

This change required the introduction of "global" variable created by
module loading since now: cout, cerr and clog are no more keywords but
variables of type `ostream`.
parent 579eb523
No related branches found
No related tags found
1 merge request!111Add ofstream support within the language
Showing
with 186 additions and 77 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment