0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 2 years ago
Migrate to .net 7 (#80) More... almost 2 years ago
Fix spelling mistake More... over 9 years ago
Update README.md More... over 9 years ago
Update README.md More... over 9 years ago
./finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. More... over 9 years ago
remove README.md so we can convert all our migrated wiki files to proper github wiki More... over 9 years ago
Create README.md More... over 9 years ago
link to SciLexer.dll More... over 10 years ago
add fseye has nuget package reference More... over 10 years ago
change from old powerpack nuget package to the new fslexyacc package More... over 10 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... almost 11 years ago
tests for comments. DONE More... almost 11 years ago
comment syntax highlighting More... almost 11 years ago
Issue 79 fix line numbering issues in parser: need to test these cases. More... almost 11 years ago
Issue 79 single and multi line comments lex rules and tests. visualnli syntax highlighting to come More... almost 11 years ago
no longer require powerpack be installed on local system (use nuget package + msbuild modifications) More... almost 11 years ago
adjust offset in vnli background parser to account for prelude More... almost 11 years ago
update powerpack nuget package to 3.0; fix bad parse error from prelude in background analyzer More... almost 11 years ago
fix bug More... over 11 years ago
prelude class More... over 11 years ago
tests More... over 11 years ago
nli self ref test and fix NliVariable so that it gets latest value (no more caching) More... over 11 years ago
refactor Nli return types that were getting unweildy More... over 11 years ago
let background analysis know about our bootstrapped nli var More... over 11 years ago
going down the rabbit hole More... over 11 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... over 11 years ago
verbatim identifiers via @ prefix More... over 11 years ago
remove exact member name search, since we only does with lower case More... over 11 years ago
hide by sig tests More... over 11 years ago