https://github.com/the-man-w-laughs/mpp-string-formatter
The String Formatter project
https://github.com/the-man-w-laughs/mpp-string-formatter
expression-tree lexical-analysis reflection
Last synced: 26 days ago
JSON representation
The String Formatter project
- Host: GitHub
- URL: https://github.com/the-man-w-laughs/mpp-string-formatter
- Owner: the-man-w-laughs
- Created: 2022-11-28T19:01:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T20:01:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T10:36:10.558Z (about 1 year ago)
- Topics: expression-tree, lexical-analysis, reflection
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String Formatter
The String Formatter project involves implementing a class called StringFormatter with a Format method, which performs simplified string interpolation using expression trees, reflection, and lexical analysis.
### Features:
- Reflection
- Expression trees
- Lexical analysis