1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00
guile/module/language/js-il
Ian Price bfaf07091a Implement hashtable built-ins
* module/language/js-il/runtime.js
  (scheme.HashTable): New Constructor.
  (make-hash-table, hash-clear!, hashq-remove!, hashq-ref, hashq-set!,
  hash-for-each): Implement built-ins.
2017-08-03 00:02:45 +01:00
..
compile-javascript.scm Compile Syntax Objects to Javascript 2017-06-20 22:50:06 +01:00
inlining.scm Add more variables to no-values-primitives 2017-06-20 23:12:09 +01:00
runtime.js Implement hashtable built-ins 2017-08-03 00:02:45 +01:00
spec.scm Get rid of comments and dead branches 2015-06-18 04:14:42 +01:00