- Berkeley, CA
- alex.nisnevich.com
Highlights
- Pro
Block or Report
Block or report AlexNisnevich
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Workday/upshot-montague Public
Montague is a little CCG semantic parsing library for Scala.
225 contributions in the last year
Activity overview
Contributed to
wordbots/wordbots-core,
wordbots/wordbots-parser,
AlexNisnevich/blog
and 7 other
repositories
Contribution activity
May 2022
Opened 2 pull requests in 2 repositories
wordbots/wordbots-core
1
open
wordbots/wordbots-parser
1
open
Opened 11 issues in 2 repositories
wordbots/wordbots-parser
9
open
- Parse "At the end of your turn, if your opponent has more life than you, draw a card"
- Handle "empty tile", i.e. in "Whenever a robot is destroyed, spawn a 1/1/1 robot named \"Zombie\" on a random empty tile adjacent to this robot"
- Handle "their" in "Whenever your opponent draws a card, their kernel takes one damage"
- Parse "Whenever a robot attacks this structure, that robot gains \"This robot can move over other objects\" and +1 attack"
- Parse "Whenever a robot deals damage to this kernel, that robot takes that much damage"
- Treat "this kernel" == "this object"
- Escape single-quotes correctly in a rewriteText clause
- Treat "with" identically to "and" in a "swap the positions of ..." clause
- Parse "Swap the positions of 2 robots" ("2 robots" = "a robot and a robot")