forked from jcbozonier/STFUANDCODE
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
26 lines (21 loc) · 753 Bytes
/
README.txt
File metadata and controls
26 lines (21 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CodeSaber - A hand-crafted tool for code exploration
C# only
Two varieties:
=====================================================================
1) CodeSaber.exe
- Microsoft (R) Roslyn-based basic C# REPL
(shout out to @gblock for the inspiration)
- Scripts (no class/global type declaration required) or assemblies
- Verrry basic initial implementation but *mucho* room for growth
2) CodeSaber.Ice.exe
- csc.exe-based C# compiler
- Assembly-based only (due to csc.exe)
- Basic gist export
License: Apache License v2.0
Roadmap
- Add gist export to REPL
- Color/syntax highlighting for REPL?
- Add script file save/import/execution support in REPL
- Expand github support in general
- Add file persistence in ICE
- Add nuget support?