openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nl-compiler
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update README.md
Stephen Swensen
More...
almost 2 years ago
Migrate to .net 7 (#80)
Stephen Swensen
More...
almost 2 years ago
Fix spelling mistake
Stephen Swensen
More...
over 9 years ago
Update README.md
Stephen Swensen
More...
over 9 years ago
Update README.md
Stephen Swensen
More...
over 9 years ago
./finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch.
Stephen Swensen
More...
over 9 years ago
remove README.md so we can convert all our migrated wiki files to proper github wiki
Stephen Swensen
More...
over 9 years ago
Create README.md
Stephen Swensen
More...
over 9 years ago
link to SciLexer.dll
stephen swensen
More...
over 10 years ago
add fseye has nuget package reference
stephen swensen
More...
over 10 years ago
change from old powerpack nuget package to the new fslexyacc package
stephen swensen
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
stephen swensen
More...
almost 11 years ago
tests for comments. DONE
stephen swensen
More...
almost 11 years ago
comment syntax highlighting
stephen swensen
More...
almost 11 years ago
Issue 79 fix line numbering issues in parser: need to test these cases.
stephen swensen
More...
almost 11 years ago
Issue 79 single and multi line comments lex rules and tests. visualnli syntax highlighting to come
stephen swensen
More...
almost 11 years ago
no longer require powerpack be installed on local system (use nuget package + msbuild modifications)
stephen swensen
More...
almost 11 years ago
adjust offset in vnli background parser to account for prelude
stephen swensen
More...
almost 11 years ago
update powerpack nuget package to 3.0; fix bad parse error from prelude in background analyzer
stephen swensen
More...
almost 11 years ago
fix bug
stephen swensen
More...
over 11 years ago
prelude class
stephen swensen
More...
over 11 years ago
tests
stephen swensen
More...
over 11 years ago
nli self ref test and fix NliVariable so that it gets latest value (no more caching)
stephen swensen
More...
over 11 years ago
refactor Nli return types that were getting unweildy
stephen swensen
More...
over 11 years ago
let background analysis know about our bootstrapped nli var
stephen swensen
More...
over 11 years ago
going down the rabbit hole
stephen swensen
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.
stephen swensen
More...
over 11 years ago
verbatim identifiers via @ prefix
stephen swensen
More...
over 11 years ago
remove exact member name search, since we only does with lower case
stephen swensen
More...
over 11 years ago
hide by sig tests
stephen swensen
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
…
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree