mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
parent
e7e2177e18
commit
8ae13afedd
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE ORS; (* NW 19.9.93 / 10.10.2013 Scanner in Oberon-07*)
|
||||
IMPORT SYSTEM, Texts := CmdlnTexts, Console, S := SYSTEM;
|
||||
IMPORT SYSTEM, Texts, Console, S := SYSTEM;
|
||||
|
||||
(* Oberon Scanner does lexical analysis. Input is Oberon-Text, output is
|
||||
sequence of symbols, i.e identifiers, numbers, strings, and special symbols.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue