0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgrade to .NET 9 (#81) More... over 1 year ago
Update README.md More... over 3 years ago
Migrate to .net 7 (#80) More... over 3 years ago
Fix spelling mistake More... over 11 years ago
Update README.md More... over 11 years ago
Update README.md More... over 11 years ago
./finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. More... over 11 years ago
remove README.md so we can convert all our migrated wiki files to proper github wiki More... over 11 years ago
Create README.md More... over 11 years ago
link to SciLexer.dll More... about 12 years ago
add fseye has nuget package reference More... about 12 years ago
change from old powerpack nuget package to the new fslexyacc package More... about 12 years ago
progress on type definitions. need to 1. tweak the syntax 2. be able to find types on dynamic assembly builder 3. be able to define types of the same name in the same assembly builder More... over 12 years ago
tests for comments. DONE More... over 12 years ago
comment syntax highlighting More... over 12 years ago
Issue 79 fix line numbering issues in parser: need to test these cases. More... over 12 years ago
Issue 79 single and multi line comments lex rules and tests. visualnli syntax highlighting to come More... over 12 years ago
no longer require powerpack be installed on local system (use nuget package + msbuild modifications) More... over 12 years ago
adjust offset in vnli background parser to account for prelude More... over 12 years ago
update powerpack nuget package to 3.0; fix bad parse error from prelude in background analyzer More... over 12 years ago
fix bug More... almost 13 years ago
prelude class More... almost 13 years ago
tests More... almost 13 years ago
nli self ref test and fix NliVariable so that it gets latest value (no more caching) More... almost 13 years ago
refactor Nli return types that were getting unweildy More... almost 13 years ago
let background analysis know about our bootstrapped nli var More... almost 13 years ago
going down the rabbit hole More... almost 13 years ago
interesting work bootstrapping NLI with a reference to itself: 1. we added NL assembly to the list of default SemanticEnvironment assmeblies 2. in the Nli constructor, we add a variable "nli" referencing this in the nli session 2.a) we had to hack to get the FieldInfo for the "nli" var in order to set it to this, we could improve if TrySubmit returned FieldInfo instead of tuple of interesting values. perhaps make this a private version. 2.b) background analysis in vnli does not recognize the "nli" var, we'd need to do extra work to make it know about it. 3. could possibly add a general purpose AddVariable(name:string, instance:obj) to TrySubmit, which is interesting because it allows mixing dynamically evaluated values with non dynamic 4. we ought to make .net friendly interop interfaces for things like eval and boot strap nli sessions with them. More... almost 13 years ago
verbatim identifiers via @ prefix More... almost 13 years ago
remove exact member name search, since we only does with lower case More... almost 13 years ago