polystat / odin

Object Dependency Inspector
10 stars 2 forks source link

Parser fails to recognize a kind of alias meta #15

Closed nikololiahim closed 2 years ago

nikololiahim commented 2 years ago

Problematic EO Code:

+alias org.eolang.io.stdout
+alias org.eolang.txt.sprintf

Parser Error

[37] Parsing failed with error: . Extra:
TracedFailure(([a-z] | [A-Z] | [0-9] | "-" | "_"),(letter | digit | "-" | "_" | [a-z]),Parsed.Failure(Expected [a-z]:2:11, found ".eolang.io"))
fizruk commented 2 years ago

It should not be difficult to collect imports and inline them recursively.