0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
integer literals overflowing long are now parsed as their appropriate 2's complement value instead of LONG_MIN as long as they fit into unsigned long More... about 7 years ago
Fix https://github.com/H2CO3/Sparkling/issues/45 More... about 7 years ago
Merge branch 'master' of github.com:H2CO3/Sparkling More... about 7 years ago
https://twitter.com/iamdevloper/status/815881046545801216 More... about 7 years ago
Merge pull request #44 from velkyel/master More... over 7 years ago
emacs mode improvements More... over 7 years ago
documentation improvements More... over 7 years ago
added -rdynamic flag when building the REPL, for easier dynamic linking of external libraries More... over 7 years ago
modulo is now defined for floating-point numbers; general code cleanup More... over 7 years ago
Rewrote JS bindings using new, unified type system; made the API somewhat more robust at places More... over 7 years ago
refactored AST reader and writer private API into its own file; removed some annoying false positives from warnings; added a convenience header for the public API More... over 7 years ago
minor stylistic fixes More... over 7 years ago
Removed the notion of built-in properties; now all classes may have property getters and setters. Reimplemented string::length, array::length and hashmap::length in this spirit. rtlb_backtrace() now returns more detailed information from each call frame. Minor refactoring and unifying additions in the VM and the context APIs. More... over 7 years ago
Grand Type System Unification -- Stage #1 The User Info type is now gone. 'Weak user info' values are now represented by the primitive RAWPTR type tag. 'Strong user info' values are now not a special case; instead, all built-in object types (string, array, hashmap, function, file handle, symbol stub and symbol table entry) are now sub-cases of the SPN_TYPE_OBJECT type, and so are (now first-class) user-defined types. More... over 7 years ago
RAII: destruction of values makes more sense in reverse order; updated copyright text More... over 7 years ago
More deterministic, RAII-style destruction of local variables and temporaries More... over 7 years ago
Fixed an uninitialized variable when applying is*() functions to an empty string. More... over 7 years ago
`typeof` is now a function, not a built-in operator More... over 7 years ago
that one does not need to be public More... almost 8 years ago
where should I return your carriage, then? More... almost 8 years ago
Merge pull request #42 from Keyaku/print_with_file_desc More... almost 8 years ago
Added `print()` method for I/O Library More... almost 8 years ago
Minor Markdown and grammar fixes More... almost 8 years ago
improved README More... about 8 years ago
added some important TODOs More... about 8 years ago
Merge pull request #41 from Keyaku/master More... about 8 years ago
Stretched out the recently written macros More... about 8 years ago
Minor refactoring More... about 8 years ago
Merge pull request #39 from Keyaku/master More... about 8 years ago
Added "is_" functions (à la `ctype.h`) as string methods More... about 8 years ago