# EasyEL **Repository Path**: welee921/easy-el ## Basic Information - **Project Name**: EasyEL - **Description**: 一个很甜的表达式语言 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-05-05 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyEL #### 介绍 一个简单高效的表达式引擎 #### 安装教程 ```xml com.dtflyx easy-el 1.0.0 ``` #### Hello World ```java EasyElContext context = new EasyElContext(); Object ret = EasyEl.eval("'hello world!'", context); System.out.println(ret); ``` #### 详细文档 [新手指导](src/docs/guide.md)