Skip to content

Commit

Permalink
Ask to write in file instead of standard input
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpylons committed Mar 5, 2024
1 parent d13afad commit 68a66fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/task4.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $$
\end{aligned}
$$

Program naj kot argument prejme ime vhodne datoteke in izpiše tokene na standardni izhod v formatu: `terminal("leksem") terminal("leksem") ...`.
Program naj iz vhodne datoteke prebere izvorni program in izpišete tokene v izhodno datoteko v formatu: `terminal("leksem") terminal("leksem") ...`. Imeni datotek bo program dobil kot konzolna argumenta.
Uporaba knjižnic za regularne izraze ni dovoljena.

Nalogo oddajte na GitHub TODO
2 changes: 1 addition & 1 deletion tasks/task5.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $$
\end{aligned}
$$

Program naj kot argument prejme ime vhodne datoteke in izpiše tokene na standardni izhod v formatu: `terminal("leksem") terminal("leksem") ...`.
Program naj iz vhodne datoteke prebere izvorni program in izpišete tokene v izhodno datoteko v formatu: `terminal("leksem") terminal("leksem") ...`. Imeni datotek bo program dobil kot konzolna argumenta.
Uporaba knjižnic za regularne izraze ni dovoljena.

Nalogo oddajte na GitHub TODO

0 comments on commit 68a66fc

Please sign in to comment.