enso/lib/scala/syntax
Hubert Plociniczak 059bb8c7e9
Apply automatic formatting prior to turning on checks (#3405)
Result of automatic formatting with `scalafmtAll` and `javafmtAll`.
Prerequisite for https://github.com/enso-org/enso/pull/3394

### Important Notes

This touches a lot of files and might conflict with existing PRs that are in progress. If that's the case, just run
`scalafmtAll` and `javafmtAll` after merge and everything should be in order since formatters should be deterministic.
2022-04-19 12:34:34 +02:00
..
definition/src/main/scala/org/enso Apply automatic formatting prior to turning on checks (#3405) 2022-04-19 12:34:34 +02: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.