enso/lib/scala/syntax
Hubert Plociniczak 42dbd8bb59
Allow for importing methods (#3633)
Importing individual methods didn't work as advertised because parser
would allow them but later drop that information. This slipped by because we never had mixed atoms and methods in stdlib.

# Important Notes
Added some basic tests but we need to ensure that the new parser allows for this.
@jdunkerley will be adding some changes to stdlib that will be testing this functionality as well.
2022-08-05 16:25:51 +00:00
..
definition/src/main/scala/org/enso Allow for importing methods (#3633) 2022-08-05 16:25:51 +00:00
specialization Fix multiline code docparser (#3379) 2022-04-06 04:39:58 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Syntax

These two libraries define and implement the parser for Enso's syntax.