killme2008 / killme2008/aviatorscript
支持 LIST,MAP 字面量 表达式么
Open
- Dominant language
- Java
- Stars
- 5.2k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
List 字面量:#[1,2,3]
Map 字面量表达式: #{"a":"1","b":"2"}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the parser and evaluator entry points for collection expressions, then check how existing literal syntax is tested. Implement support for the requested #[1,2,3] list and #{"a":"1","b":"2"} map forms, with tests confirming both expressions evaluate correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100