amarpotghan / dhall-scala

dhall-scala is a Scala library for consuming dhall configuration files from Scala programming language.
BSD 3-Clause "New" or "Revised" License
39 stars 3 forks source link

[WIP] Parser for Dhall Expressions (#4) #25

Closed missingfaktor closed 7 years ago

missingfaktor commented 7 years ago

So @amarpotghan and @tejinders, three of us – @chandan911, @rhushikesh, and I – had a meeting today. We had a brief project walkthrough, and then started working on the parser. What you see in the PR is as far as we got. Which is not a lot, but it is a start! @rhushikesh and I will continue working on parsing. @chandan911 has picked up a couple other stories.

missingfaktor commented 7 years ago

@rhushikesh Use imperative mood in commit message headers. Added -> Add, Corrected -> Correct, Correcting -> Correct etc. The rationale is that grammatical forms such as gerunds, past tense, and so on eat up characters in an already limited space (72 characters), and bring no additional clarity.