Commit Graph

24 Commits (master)

Author SHA1 Message Date
Kefei Lu 80470b50a0
Merge pull request #8 from kflu/master
Fix Microsoft/schemy/issues/7
2018-04-16 19:31:48 -07:00
KFL e99a70fec2 Fixes issue Microsoft/schemy/issues/7
`Assembly.GetEntryAssembly()` and `Assembly.GetExecutingAssembly()`
doesn't work properly when the user assembly is loaded by reflection or
in another appdomain.
2018-04-16 19:29:14 -07:00
KFL 1120fc6b2e useful comments 2018-04-15 12:05:45 -07:00
Kefei Lu 9440a83936
Merge pull request #5 from vuchl/master
Fix Build link and header
2018-04-03 08:31:58 -07:00
Sebastian bb2d3f48d7
Fix Build link and header 2018-04-03 08:02:30 +02:00
Kefei Lu 554d3dbd4f
Merge pull request #4 from kflu/master
Update doc.
2018-04-02 15:25:37 -07:00
Kefei Lu 7f50ecf63c Update doc. 2018-04-02 15:24:27 -07:00
Kefei Lu a769f5b0e5
Merge pull request #3 from kflu/master
remove unused tool
2018-04-02 11:19:11 -07:00
Kefei Lu a67b338dea remove unused tool 2018-04-02 11:18:26 -07:00
Kefei Lu 7b8403cb11
Merge pull request #2 from kflu/master
Migrate schemy code base to Github as open source.
2018-04-02 11:12:26 -07:00
Kefei Lu ef55708d63 Merge branch 'master' of github.com:kflu/schemy 2018-04-02 11:11:16 -07:00
Kefei Lu 1d209bf193
Merge pull request #1 from kflu/master
prepare for migrating the code base
2018-04-02 11:08:01 -07:00
KFL 2648606f71 prepare for migrating the code base 2018-04-02 11:07:36 -07:00
Microsoft Open Source 3cde23e5da Initial commit 2018-04-02 11:06:19 -07:00
Microsoft Open Source be4357c974 Initial commit 2018-04-02 11:06:18 -07:00
Microsoft GitHub User 268163336e
Initial commit 2018-04-02 11:06:15 -07:00
Kefei Lu ec966eac88 fix README 2018-04-02 10:48:53 -07:00
Kefei Lu 7f9f47618c Added nuget package. Updated README. 2018-04-02 10:43:27 -07:00
Kefei Lu 8a5a33e1a7 Update documents; Minor code fixes.
- Interpreter now defaults to use `DisablesFileSystemAccessor` - i.e.,
  file system IO is disabled by default.
- Provide motivation for using Schemy.
- Provide docs on building & virtual file system.
2018-04-02 10:17:39 -07:00
Kefei Lu 91ab6ed543 Update example document. 2018-04-02 00:44:11 -07:00
Kefei Lu 1e98c1b4c7 Initial port of Schemy code base to Github
Migrate Schemy code base from Microsoft internal repository to
Github.

Schemy is a lightweight, embeddable Scheme-like language interpreter. It
is open sourced under the MIT license (see LICENSE). For any
comment/issue, please contact author kefei.lu@microsoft.com.
2018-04-02 00:39:16 -07:00
Microsoft Open Source 155be4d717 Initial commit 2018-04-02 00:35:17 -07:00
Microsoft Open Source 310ac77e53 Initial commit 2018-04-02 00:35:15 -07:00
Microsoft GitHub User a14fcd8b6e
Initial commit 2018-04-02 00:35:13 -07:00