index
:
open-axiom
master
new-build
open scientific computation system
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
Stop referencing `std::hash<T>::result_type`
Gabriel Dos Reis
1
-19
/
+16
2022-08-13
Rename `Dynamic` to `Boxed`
Gabriel Dos Reis
1
-35
/
+32
2022-08-12
Use C++ concepts in lieu of SFINAE.
Gabriel Dos Reis
4
-29
/
+26
2017-12-27
Bemol: Add 'module' as Boot keyword
Gabriel Dos Reis
2
-1
/
+2
2017-12-27
Remove antiquated check for alignas
Gabriel Dos Reis
2
-0
/
+91
2017-01-17
More cleanup.
Gabriel Dos Reis
2
-28
/
+18
2017-01-17
Misc cleanups.
Gabriel Dos Reis
3
-126
/
+117
2017-01-17
Simplify Tokenizer::get.
Gabriel Dos Reis
1
-59
/
+58
2017-01-16
Split Tokenizer::get into two functions.
Gabriel Dos Reis
1
-44
/
+51
2017-01-16
Include commentary lines in fragments.
Gabriel Dos Reis
1
-0
/
+1
2017-01-16
Remove Fragment::last_indent.
Gabriel Dos Reis
2
-5
/
+1
2017-01-16
Decorate each input line with its kind.
Gabriel Dos Reis
2
-1
/
+8
2017-01-15
TokenValue::Indent, TokenValue::Unindent, TokenValue::Justify
Gabriel Dos Reis
2
-5
/
+5
2017-01-02
Include a native entry point for parsing Boot source files, and for
Gabriel Dos Reis
2
-7
/
+62
2015-12-30
Move bemol.cc's Fragment to core library.
Gabriel Dos Reis
2
-4
/
+57
2015-12-29
Tidy C++ code tokenizing Boot and Spad inputs.
Gabriel Dos Reis
13
-8
/
+22
2015-12-23
Arrange the source include director to mirror expected build structure instea...
Gabriel Dos Reis
20
-0
/
+170
2014-11-30
Misc cleanup.
dos-reis
1
-0
/
+18
2014-11-29
Move code from bemol.cc to library.
dos-reis
2
-18
/
+114
2014-11-18
Remove format_on from Package.
dos-reis
1
-1
/
+0
2014-11-18
Add visitor to Dynamic values.
dos-reis
2
-4
/
+35
2014-11-16
Check for LLVM framework
dos-reis
3
-14
/
+107
2014-09-16
Add more functionalities to the VM.
dos-reis
3
-53
/
+127
2014-09-16
Tidy value representation.
dos-reis
1
-70
/
+95
2014-09-16
Tidy all-boot dependencies.
dos-reis
1
-3
/
+1
2014-08-31
Rename BasicString to InternedString
dos-reis
1
-8
/
+8
2014-08-30
Add Lisp punctuators to the generic lexer.
dos-reis
2
-2
/
+37
2014-08-30
Rename TokenStream<> to Tokenizer<>
dos-reis
1
-4
/
+23
2014-08-27
Tidy TokenStream<>::get()
dos-reis
1
-286
/
+295
2014-08-26
Add generic Boot and Spad tokenizer.
dos-reis
4
-168
/
+714
2014-08-18
Tidy.
dos-reis
1
-108
/
+108
2014-08-18
Add src/boot/Makefile.am
dos-reis
2
-2
/
+2
2014-08-17
OpenAxiom::VM::Value is now a distinct type.
dos-reis
1
-18
/
+19
2014-08-17
OpenAxiom::VM::Fixnum is now a distinct type.
dos-reis
1
-8
/
+11
2014-08-17
Tidy VM's Character representation.
dos-reis
1
-13
/
+15
2014-08-16
Avoid SBCL deprecated features.
dos-reis
1
-6
/
+2
2014-02-03
Fix global variable names in Makefiles
dos-reis
1
-1
/
+2
2013-12-15
Fix SF/95.
dos-reis
1
-2
/
+2
2013-11-27
* include/storage.H (Arena<T>::allocate): Adjust spelling of
dos-reis
1
-4
/
+2
2013-11-03
Add Charset.H stub
dos-reis
1
-0
/
+49
2013-06-30
Simplify 'server' definition and use.
dos-reis
1
-3
/
+3
2013-06-28
Add src/rt for core runtime support.
dos-reis
4
-0
/
+138
2013-06-27
Add small Lisp evaluator for the benefit of new GUI.
dos-reis
4
-20
/
+556
2013-06-26
Rewrite s-expression reader.
dos-reis
3
-186
/
+119
2013-06-25
* include/sexpr.H: Move from utils.
dos-reis
1
-0
/
+461
2013-06-22
Use token::value more.
dos-reis
1
-11
/
+14
2013-06-22
Fix incomplete checking.
dos-reis
1
-17
/
+0
2013-06-22
Add SourceFile.H
dos-reis
3
-9
/
+55
2013-06-22
* include/FileMapping.H: New.
dos-reis
2
-19
/
+65
2013-06-22
Use Byte for data from input source.
dos-reis
1
-6
/
+6
[next]